Home
last modified time | relevance | path

Searched refs:off_type (Results 1 – 25 of 42) sorted by relevance

12

/llvm-project-15.0.7/libcxx/test/std/input.output/stream.buffers/streambuf/
H A Dtypes.pass.cpp33 …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 Dtypes.pass.cpp43 …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 Dstrstream.cpp236 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 Dstreambuf28 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 Dsstream25 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 Dfstream25 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 Dstrstream48 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_stream42 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 Dtypes.pass.cpp32 …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 Dtypes.pass.cpp35 …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 Dtypes.pass.cpp35 …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 Dtypes.pass.cpp33 …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 Dtypes.pass.cpp34 …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 Dtypes.pass.cpp34 …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 Dtypes.pass.cpp34 …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 Dtypes.pass.cpp34 …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 Dtypes.pass.cpp37 …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 Dtypes.pass.cpp35 …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 Dtypes.pass.cpp35 …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 Dtypes.pass.cpp35 …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 Dtypes.pass.cpp35 …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 Distreambuf_iterator.h30 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 Dtypes.pass.cpp28 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 Dtypes.pass.cpp30 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 Dtypes.compile.pass.cpp25 static_assert((std::is_same<std::char_traits<char32_t>::off_type, std::streamoff>::value), "");

12