/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/llvm-project/libcxx/test/std/input.output/stream.buffers/streambuf/ |
D | types.pass.cpp | 33 …static_assert((std::is_same<std::streambuf::off_type, std::char_traits<char>::off_type>::value), "… in main() 39 …static_assert((std::is_same<std::wstreambuf::off_type, std::char_traits<wchar_t>::off_type>::value… in main()
|
/external/llvm-project/libcxx/src/ |
D | strstream.cpp | 233 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) in seekoff() 235 off_type __p(-1); in seekoff() 257 off_type newoff; in seekoff() 295 off_type __p(-1); in seekpos() 302 off_type newoff = __sp; in seekpos() 312 off_type temp = epptr() - newpos; in seekpos()
|
/external/libcxx/src/ |
D | strstream.cpp | 234 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) in seekoff() 236 off_type __p(-1); in seekoff() 258 off_type newoff; in seekoff() 296 off_type __p(-1); in seekpos() 303 off_type newoff = __sp; in seekpos() 313 off_type temp = epptr() - newpos; in seekpos()
|
/external/llvm-project/libcxx/include/ |
D | streambuf | 28 typedef typename traits_type::off_type off_type; 38 pos_type pubseekoff(off_type off, ios_base::seekdir way, 86 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 132 typedef typename traits_type::off_type off_type; 157 pos_type pubseekoff(off_type __off, ios_base::seekdir __way, 275 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way, 374 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir, 377 return pos_type(off_type(-1)); 384 return pos_type(off_type(-1));
|
D | sstream | 25 typedef typename traits_type::off_type off_type; 48 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 70 typedef typename traits_type::off_type off_type; 106 typedef typename traits_type::off_type off_type; 142 typedef typename traits_type::off_type off_type; 198 typedef typename traits_type::off_type off_type; 239 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way, 555 basic_stringbuf<_CharT, _Traits, _Allocator>::seekoff(off_type __off, 567 off_type __noff; 616 typedef typename traits_type::off_type off_type; [all …]
|
/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, 133 typedef typename traits_type::off_type off_type; 158 pos_type pubseekoff(off_type __off, ios_base::seekdir __way, 276 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way, 375 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir, 378 return pos_type(off_type(-1)); 385 return pos_type(off_type(-1));
|
/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/llvm-project/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/ |
D | types.pass.cpp | 32 …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/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/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/filebuf/ |
D | types.pass.cpp | 34 …static_assert((std::is_same<std::basic_filebuf<char>::off_type, std::char_traits<char>::off_type>:… in main()
|
/external/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/ifstream/ |
D | types.pass.cpp | 34 …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/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/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/llvm-project/libcxx/test/std/input.output/iostreams.base/ios/ |
D | types.pass.cpp | 33 …static_assert((std::is_same<std::basic_ios<char>::off_type, std::char_traits<char>::off_type>::val… in main()
|
/external/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/fstream/ |
D | types.pass.cpp | 34 …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/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/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/llvm-project/libcxx/test/std/input.output/iostream.format/input.streams/istream/ |
D | types.pass.cpp | 35 …static_assert((std::is_same<std::basic_istream<char>::off_type, std::char_traits<char>::off_type>:… in main()
|
/external/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream/ |
D | types.pass.cpp | 35 …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/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/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/ofstream/ |
D | types.pass.cpp | 34 …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/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/llvm-project/libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/ |
D | types.pass.cpp | 37 …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/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()
|