Searched refs:streampos (Results 1 – 14 of 14) sorted by relevance
158 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()
38 using std::streampos;
211 typedef fpos<mbstate_t> streampos; typedef
65 typedef std::streampos pos_type;236 typedef streampos pos_type;
408 typedef std::streampos streampos; typedef
51 typedef streampos pos_type;
82 typedef fpos<char_traits<char>::state_type> streampos;176 typedef fpos<mbstate_t> streampos;
276 typedef _VSTD::streampos streampos;
50 typedef streampos pos_type;509 typedef streampos pos_type;628 typedef streampos pos_type;673 typedef streampos pos_type;
2139 * 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.
4256 * include/backward/fstream.h: Expose streampos to global4664 * include/bits/fpos.h: Define streampos/wstreampos here.
1894 Change return value from streampos to streamoff.1910 (streamoff, streampos, wstreampos): Define typedefs, with
2088 * include/bits/ios_base.h (ios_base::streampos): Add.
4967 * bits/fpos.h: Move types for streamoff, streampos to..