Searched refs:streampos (Results 1 – 13 of 13) sorted by relevance
/external/libcxx/test/std/depr/depr.ios.members/ |
D | streampos.pass.cpp | 23 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/ |
D | types.pass.cpp | 28 static_assert((std::is_same<std::char_traits<char>::pos_type, std::streampos>::value), ""); in main()
|
/external/zlib/src/contrib/iostream/ |
D | zfstream.cpp | 129 streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) { in seekoff() 131 return streampos(EOF); in seekoff()
|
D | zfstream.h | 24 virtual streampos seekoff( streamoff, ios::seek_dir, int );
|
/external/openfst/src/lib/ |
D | mapped-file.cc | 63 std::streampos spos = s->tellg(); in Map()
|
/external/libcxx/include/ |
D | iosfwd | 82 typedef fpos<char_traits<char>::state_type> streampos; 176 typedef fpos<mbstate_t> streampos;
|
D | ios | 276 typedef _VSTD::streampos streampos;
|
D | string | 50 typedef streampos pos_type; 509 typedef streampos pos_type; 628 typedef streampos pos_type; 673 typedef streampos pos_type;
|
/external/libcxx/test/std/input.output/iostream.forward/ |
D | iosfwd.pass.cpp | 139 std::streampos* t2 = 0; in main()
|
/external/libcxx/test/support/ |
D | constexpr_char_traits.hpp | 24 typedef std::streampos pos_type;
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_parser.cpp | 500 FX_BOOL CPDF_Parser::LoadCrossRefV4(FX_FILESIZE pos, FX_FILESIZE streampos, FX_BOOL bSkip, FX_BOOL … in LoadCrossRefV4() argument 510 if (streampos) { in LoadCrossRefV4() 511 …FX_LPVOID pResult = FXSYS_bsearch(&streampos, m_SortedOffset.GetData(), m_SortedOffset.GetSize(), … in LoadCrossRefV4() 513 m_SortedOffset.Add(streampos); in LoadCrossRefV4() 599 if (streampos) in LoadCrossRefV4() 600 if (!LoadCrossRefV5(streampos, streampos, FALSE)) { in LoadCrossRefV4()
|
/external/deqp/framework/common/ |
D | tcuCommandLine.cpp | 201 if (m_curLine.tellp() != std::streampos(0)) in ~DebugOutStreambuf()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_parser.h | 510 … FX_BOOL LoadCrossRefV4(FX_FILESIZE pos, FX_FILESIZE streampos, FX_BOOL bSkip, FX_BOOL bFirst);
|