| /llvm-project-15.0.7/libcxx/test/std/input.output/stream.buffers/streambuf/ |
| H A D | types.pass.cpp | 33 …static_assert((std::is_same<std::streambuf::off_type, std::char_traits<char>::off_type>::value), "… in main() 40 …static_assert((std::is_same<std::wstreambuf::off_type, std::char_traits<wchar_t>::off_type>::value… in main()
|
| /llvm-project-15.0.7/libcxx/test/std/iterators/stream.iterators/istreambuf.iterator/ |
| H A D | types.pass.cpp | 43 …typedef std::iterator<std::input_iterator_tag, char, std::char_traits<char>::off_type, char*, char… in main() 48 static_assert((std::is_same<I1::difference_type, std::char_traits<char>::off_type>::value), ""); in main() 65 …typedef std::iterator<std::input_iterator_tag, wchar_t, std::char_traits<wchar_t>::off_type, wchar… in main() 70 …static_assert((std::is_same<I2::difference_type, std::char_traits<wchar_t>::off_type>::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/src/ |
| H A D | strstream.cpp | 236 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) in seekoff() 238 off_type __p(-1); in seekoff() 260 off_type newoff; in seekoff() 298 off_type __p(-1); in seekpos() 305 off_type newoff = __sp; in seekpos() 315 off_type temp = epptr() - newpos; in seekpos()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A 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, 135 typedef typename traits_type::off_type off_type; 160 pos_type pubseekoff(off_type __off, ios_base::seekdir __way, 278 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way, 377 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir, 380 return pos_type(off_type(-1)); 387 return pos_type(off_type(-1));
|
| H A D | sstream | 25 typedef typename traits_type::off_type off_type; 50 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 72 typedef typename traits_type::off_type off_type; 111 typedef typename traits_type::off_type off_type; 150 typedef typename traits_type::off_type off_type; 212 typedef typename traits_type::off_type off_type; 256 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way, 584 off_type __noff; 633 typedef typename traits_type::off_type off_type; 713 typedef typename traits_type::off_type off_type; [all …]
|
| H A D | fstream | 25 typedef typename traits_type::off_type off_type; 75 typedef typename traits_type::off_type off_type; 112 typedef typename traits_type::off_type off_type; 150 typedef typename traits_type::off_type off_type; 223 typedef typename traits_type::off_type off_type; 944 return pos_type(off_type(-1)); 959 return pos_type(off_type(-1)); 1021 off_type __c; 1155 typedef typename traits_type::off_type off_type; 1355 typedef typename traits_type::off_type off_type; [all …]
|
| H A D | strstream | 48 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 110 typedef char_traits<char>::off_type off_type; 182 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way, 354 typedef char_traits<char>::off_type off_type;
|
| H A D | __std_stream | 42 typedef typename traits_type::off_type off_type; 230 typedef typename traits_type::off_type off_type;
|
| /llvm-project-15.0.7/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/ |
| H A D | types.pass.cpp | 32 …static_assert((std::is_same<std::strstream::off_type, std::char_traits<char>::off_type>::value), "… in main()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/input.streams/istream/ |
| H A D | types.pass.cpp | 35 …static_assert((std::is_same<std::basic_istream<char>::off_type, std::char_traits<char>::off_type>:… in main()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/output.streams/ostream/ |
| H A D | types.pass.cpp | 35 …static_assert((std::is_same<std::basic_ostream<char>::off_type, std::char_traits<char>::off_type>:… in main()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/iostreams.base/ios/ |
| H A 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()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/fstreams/ifstream/ |
| H A D | types.pass.cpp | 34 …static_assert((std::is_same<std::basic_ifstream<char>::off_type, std::char_traits<char>::off_type>… in main()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/fstreams/ofstream/ |
| H A D | types.pass.cpp | 34 …static_assert((std::is_same<std::basic_ofstream<char>::off_type, std::char_traits<char>::off_type>… in main()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/fstreams/filebuf/ |
| H A D | types.pass.cpp | 34 …static_assert((std::is_same<std::basic_filebuf<char>::off_type, std::char_traits<char>::off_type>:… in main()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/fstreams/fstream/ |
| H A D | types.pass.cpp | 34 …static_assert((std::is_same<std::basic_fstream<char>::off_type, std::char_traits<char>::off_type>:… in main()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/ |
| H A D | types.pass.cpp | 37 …static_assert((std::is_same<std::basic_iostream<char>::off_type, std::char_traits<char>::off_type>… in main()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/string.streams/istringstream/ |
| H A D | types.pass.cpp | 35 …c_assert((std::is_same<std::basic_istringstream<char>::off_type, std::char_traits<char>::off_type>… in main()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/string.streams/ostringstream/ |
| H A D | types.pass.cpp | 35 …c_assert((std::is_same<std::basic_ostringstream<char>::off_type, std::char_traits<char>::off_type>… in main()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/string.streams/stringbuf/ |
| H A D | types.pass.cpp | 35 …tatic_assert((std::is_same<std::basic_stringbuf<char>::off_type, std::char_traits<char>::off_type>… in main()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/string.streams/stringstream/ |
| H A D | types.pass.cpp | 35 …ic_assert((std::is_same<std::basic_stringstream<char>::off_type, std::char_traits<char>::off_type>… in main()
|
| /llvm-project-15.0.7/libcxx/include/__iterator/ |
| H A D | istreambuf_iterator.h | 30 typename _Traits::off_type, _CharT*, 38 typedef typename _Traits::off_type difference_type;
|
| /llvm-project-15.0.7/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/ |
| H A D | types.pass.cpp | 28 static_assert((std::is_same<std::char_traits<char>::off_type, std::streamoff>::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/ |
| H A D | types.pass.cpp | 30 static_assert((std::is_same<std::char_traits<wchar_t>::off_type, std::streamoff>::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/ |
| H A D | types.compile.pass.cpp | 25 static_assert((std::is_same<std::char_traits<char32_t>::off_type, std::streamoff>::value), "");
|