Home
last modified time | relevance | path

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

/external/libcxx/test/std/depr/depr.ios.members/
Dstreampos.pass.cpp27 static_assert((std::is_same<std::ios_base::streampos, std::streampos>::value), ""); in main()
/external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
Dtypes.pass.cpp28 static_assert((std::is_same<std::char_traits<char>::pos_type, std::streampos>::value), ""); in main()
/external/zlib/src/contrib/iostream/
Dzfstream.cpp129 streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) { in seekoff()
131 return streampos(EOF); in seekoff()
Dzfstream.h24 virtual streampos seekoff( streamoff, ios::seek_dir, int );
/external/libcxx/include/
Diosfwd82 typedef fpos<char_traits<char>::state_type> streampos;
176 typedef fpos<mbstate_t> streampos;
D__string26 typedef streampos pos_type;
78 typedef streampos pos_type;
202 typedef streampos pos_type;
292 typedef streampos pos_type;
Dios278 typedef _VSTD::streampos streampos;
Dstring50 typedef streampos pos_type;
/external/libcxx/test/std/input.output/iostream.forward/
Diosfwd.pass.cpp121 test<std::streampos* >(); in main()
/external/libcxx/test/support/
Dconstexpr_char_traits.hpp25 typedef std::streampos pos_type;
/external/pdfium/core/fpdfapi/parser/
Dcpdf_parser.h109 bool LoadCrossRefV4(FX_FILESIZE pos, FX_FILESIZE streampos, bool bSkip);
Dcpdf_parser.cpp477 FX_FILESIZE streampos, in LoadCrossRefV4() argument
484 if (streampos) in LoadCrossRefV4()
485 m_SortedOffset.insert(streampos); in LoadCrossRefV4()
550 return !streampos || LoadCrossRefV5(&streampos, false); in LoadCrossRefV4()
/external/deqp/framework/common/
DtcuCommandLine.cpp212 if (m_curLine.tellp() != std::streampos(0)) in ~DebugOutStreambuf()