Home
last modified time | relevance | path

Searched refs:streampos (Results 1 – 14 of 14) sorted by relevance

/trueos/contrib/libstdc++/include/ext/
Dstdio_sync_filebuf.h158 virtual std::streampos in _GLIBCXX_BEGIN_NAMESPACE()
162 std::streampos __ret(std::streamoff(-1)); in _GLIBCXX_BEGIN_NAMESPACE()
172 __ret = std::streampos(ftello64(_M_file)); in _GLIBCXX_BEGIN_NAMESPACE()
175 __ret = std::streampos(std::ftell(_M_file)); in _GLIBCXX_BEGIN_NAMESPACE()
180 virtual std::streampos in _GLIBCXX_BEGIN_NAMESPACE()
181 seekpos(std::streampos __pos, in _GLIBCXX_BEGIN_NAMESPACE()
/trueos/contrib/libstdc++/include/backward/
Dfstream.h38 using std::streampos;
/trueos/contrib/libstdc++/include/bits/
Dpostypes.h211 typedef fpos<mbstate_t> streampos; typedef
Dchar_traits.h65 typedef std::streampos pos_type;
236 typedef streampos pos_type;
Dios_base.h408 typedef std::streampos streampos; typedef
/trueos/contrib/libreadline/examples/
HDreadlinebuf.h51 typedef streampos pos_type;
/trueos/contrib/libc++/include/
Diosfwd82 typedef fpos<char_traits<char>::state_type> streampos;
176 typedef fpos<mbstate_t> streampos;
Dios276 typedef _VSTD::streampos streampos;
Dstring50 typedef streampos pos_type;
509 typedef streampos pos_type;
628 typedef streampos pos_type;
673 typedef streampos pos_type;
/trueos/contrib/libstdc++/
DChangeLog-19992139 * bits/std_iosfwd.h: Add _G_RESOLVE_LIB_DEFECTS here for streampos.
3020 * bits/char_traits.h: Add include of fpos.h for streamoff/streampos.
DChangeLog-20014256 * include/backward/fstream.h: Expose streampos to global
4664 * include/bits/fpos.h: Define streampos/wstreampos here.
DChangeLog-20031894 Change return value from streampos to streamoff.
1910 (streamoff, streampos, wstreampos): Define typedefs, with
DChangeLog-20022088 * include/bits/ios_base.h (ios_base::streampos): Add.
DChangeLog-20004967 * bits/fpos.h: Move types for streamoff, streampos to..