/external/libcxx/test/std/input.output/stream.buffers/streambuf/ |
D | types.pass.cpp | 32 …static_assert((std::is_same<std::streambuf::off_type, std::char_traits<char>::off_type>::value), "… in main() 38 …static_assert((std::is_same<std::wstreambuf::off_type, std::char_traits<wchar_t>::off_type>::value… in main()
|
/external/libcxx/src/ |
D | strstream.cpp | 229 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) in seekoff() 231 off_type __p(-1); in seekoff() 253 off_type newoff; in seekoff() 289 off_type __p(-1); in seekpos() 296 off_type newoff = __sp; in seekpos() 306 off_type temp = epptr() - newpos; in seekpos()
|
/external/libcxx/include/ |
D | streambuf | 29 typedef typename traits_type::off_type off_type; 39 pos_type pubseekoff(off_type off, ios_base::seekdir way, 87 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 130 typedef typename traits_type::off_type off_type; 140 pos_type pubseekoff(off_type __off, ios_base::seekdir __way, 188 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way, 252 basic_streambuf<_CharT, _Traits>::pubseekoff(off_type __off, 464 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir, 467 return pos_type(off_type(-1)); 474 return pos_type(off_type(-1));
|
D | fstream | 26 typedef typename traits_type::off_type off_type; 51 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 75 typedef typename traits_type::off_type off_type; 108 typedef typename traits_type::off_type off_type; 141 typedef typename traits_type::off_type off_type; 191 typedef typename traits_type::off_type off_type; 219 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way, 784 basic_filebuf<_CharT, _Traits>::seekoff(off_type __off, ios_base::seekdir __way, 793 return pos_type(off_type(-1)); 808 return pos_type(off_type(-1)); [all …]
|
D | sstream | 26 typedef typename traits_type::off_type off_type; 49 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 71 typedef typename traits_type::off_type off_type; 107 typedef typename traits_type::off_type off_type; 143 typedef typename traits_type::off_type off_type; 197 typedef typename traits_type::off_type off_type; 232 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way, 560 basic_stringbuf<_CharT, _Traits, _Allocator>::seekoff(off_type __off, 571 off_type __noff; 629 typedef typename traits_type::off_type off_type; [all …]
|
D | strstream | 46 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 108 typedef char_traits<char>::off_type off_type; 173 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way, 345 typedef char_traits<char>::off_type off_type;
|
D | __std_stream | 41 typedef typename traits_type::off_type off_type; 229 typedef typename traits_type::off_type off_type;
|
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/ |
D | types.pass.cpp | 31 …static_assert((std::is_same<std::strstream::off_type, std::char_traits<char>::off_type>::value), "… in main()
|
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream/ |
D | types.pass.cpp | 34 …static_assert((std::is_same<std::basic_ostream<char>::off_type, std::char_traits<char>::off_type>:… in main()
|
/external/libcxx/test/std/input.output/iostreams.base/ios/ |
D | types.pass.cpp | 32 …static_assert((std::is_same<std::basic_ios<char>::off_type, std::char_traits<char>::off_type>::val… in main()
|
/external/libcxx/test/std/input.output/file.streams/fstreams/fstream/ |
D | types.pass.cpp | 33 …static_assert((std::is_same<std::basic_fstream<char>::off_type, std::char_traits<char>::off_type>:… in main()
|
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream/ |
D | types.pass.cpp | 34 …static_assert((std::is_same<std::basic_istream<char>::off_type, std::char_traits<char>::off_type>:… in main()
|
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf/ |
D | types.pass.cpp | 33 …static_assert((std::is_same<std::basic_filebuf<char>::off_type, std::char_traits<char>::off_type>:… in main()
|
/external/libcxx/test/std/input.output/file.streams/fstreams/ifstream/ |
D | types.pass.cpp | 33 …static_assert((std::is_same<std::basic_ifstream<char>::off_type, std::char_traits<char>::off_type>… in main()
|
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream/ |
D | types.pass.cpp | 33 …static_assert((std::is_same<std::basic_ofstream<char>::off_type, std::char_traits<char>::off_type>… in main()
|
/external/libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/ |
D | types.pass.cpp | 36 …static_assert((std::is_same<std::basic_iostream<char>::off_type, std::char_traits<char>::off_type>… in main()
|
/external/libcxx/test/std/input.output/string.streams/ostringstream/ |
D | types.pass.cpp | 34 …c_assert((std::is_same<std::basic_ostringstream<char>::off_type, std::char_traits<char>::off_type>… in main()
|
/external/libcxx/test/std/input.output/string.streams/stringstream/ |
D | types.pass.cpp | 34 …ic_assert((std::is_same<std::basic_stringstream<char>::off_type, std::char_traits<char>::off_type>… in main()
|
/external/libcxx/test/std/input.output/string.streams/istringstream/ |
D | types.pass.cpp | 34 …c_assert((std::is_same<std::basic_istringstream<char>::off_type, std::char_traits<char>::off_type>… in main()
|
/external/libcxx/test/std/input.output/string.streams/stringbuf/ |
D | types.pass.cpp | 34 …tatic_assert((std::is_same<std::basic_stringbuf<char>::off_type, std::char_traits<char>::off_type>… in main()
|
/external/libcxx/test/std/iterators/stream.iterators/istreambuf.iterator/ |
D | types.pass.cpp | 34 std::iterator<std::input_iterator_tag, char, std::char_traits<char>::off_type, in main() 44 std::iterator<std::input_iterator_tag, wchar_t, std::char_traits<wchar_t>::off_type, in main()
|
/external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/ |
D | types.pass.cpp | 27 static_assert((std::is_same<std::char_traits<char>::off_type, std::streamoff>::value), ""); in main()
|
/external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/ |
D | types.pass.cpp | 27 static_assert((std::is_same<std::char_traits<wchar_t>::off_type, std::streamoff>::value), ""); in main()
|
/external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/ |
D | types.pass.cpp | 29 static_assert((std::is_same<std::char_traits<char16_t>::off_type, std::streamoff>::value), ""); in main()
|
/external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/ |
D | types.pass.cpp | 29 static_assert((std::is_same<std::char_traits<char32_t>::off_type, std::streamoff>::value), ""); in main()
|