Home
last modified time | relevance | path

Searched refs:pos_type (Results 1 – 25 of 45) sorted by relevance

12

/llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
H A Dseekoff.pass.cpp27 typedef std::filebuf::pos_type pos_type; in main() typedef
35 pos_type p = f.pubseekoff(-15, std::ios_base::cur); in main()
50 typedef std::filebuf::pos_type pos_type; in main() typedef
58 pos_type p = f.pubseekoff(-15, std::ios_base::cur); in main()
/llvm-project-15.0.7/libcxx/include/
H A Dstreambuf27 typedef typename traits_type::pos_type pos_type;
38 pos_type pubseekoff(off_type off, ios_base::seekdir way,
40 pos_type pubseekpos(pos_type sp,
88 virtual pos_type seekpos(pos_type sp,
134 typedef typename traits_type::pos_type pos_type;
165 pos_type pubseekpos(pos_type __sp,
280 virtual pos_type seekpos(pos_type __sp,
376 typename basic_streambuf<_CharT, _Traits>::pos_type
380 return pos_type(off_type(-1));
384 typename basic_streambuf<_CharT, _Traits>::pos_type
[all …]
H A Dsstream24 typedef typename traits_type::pos_type pos_type;
52 virtual pos_type seekpos(pos_type sp,
71 typedef typename traits_type::pos_type pos_type;
110 typedef typename traits_type::pos_type pos_type;
149 typedef typename traits_type::pos_type pos_type;
211 typedef typename traits_type::pos_type pos_type;
259 virtual pos_type seekpos(pos_type __sp,
579 return pos_type(-1);
632 typedef typename traits_type::pos_type pos_type;
712 typedef typename traits_type::pos_type pos_type;
[all …]
H A Dstrstream48 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
50 virtual pos_type seekpos(pos_type sp,
109 typedef char_traits<char>::pos_type pos_type;
182 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
184 virtual pos_type seekpos(pos_type __sp,
353 typedef char_traits<char>::pos_type pos_type;
H A Dfstream24 typedef typename traits_type::pos_type pos_type;
53 virtual pos_type seekpos(pos_type sp,
74 typedef typename traits_type::pos_type pos_type;
111 typedef typename traits_type::pos_type pos_type;
149 typedef typename traits_type::pos_type pos_type;
222 typedef typename traits_type::pos_type pos_type;
268 virtual pos_type seekpos(pos_type __sp,
964 pos_type __r = ftell(__file_);
1154 typedef typename traits_type::pos_type pos_type;
1354 typedef typename traits_type::pos_type pos_type;
[all …]
H A Distream25 typedef typename traits_type::pos_type pos_type;
81 pos_type tellg();
82 basic_istream& seekg(pos_type);
129 typedef typename traits_type::pos_type pos_type;
188 typedef typename traits_type::pos_type pos_type;
286 pos_type tellg();
287 basic_istream& seekg(pos_type __pos);
1237 typename basic_istream<_CharT, _Traits>::pos_type
1241 pos_type __r(-1);
1269 basic_istream<_CharT, _Traits>::seekg(pos_type __pos)
[all …]
/llvm-project-15.0.7/libcxx/test/std/input.output/stream.buffers/streambuf/
H A Dtypes.pass.cpp32 …static_assert((std::is_same<std::streambuf::pos_type, std::char_traits<char>::pos_type>::value), "… in main()
39 …static_assert((std::is_same<std::wstreambuf::pos_type, std::char_traits<wchar_t>::pos_type>::value… in main()
/llvm-project-15.0.7/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
H A Dseekoff.pass.cpp45 typedef test_buf::pos_type pos_type; in main() typedef
52 pos_type p = f.pubseekoff(-15, std::ios_base::cur); in main()
/llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
H A Dignore_0xff.pass.cpp31 std::istringstream::pos_type a=is.tellg(); in main()
33 std::istringstream::pos_type b=is.tellg(); in main()
H A Dseekg.pass.cpp41 typename base::pos_type seekpos(typename base::pos_type sp, in seekpos()
/llvm-project-15.0.7/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/
H A Dtypes.pass.cpp31 …static_assert((std::is_same<std::strstream::pos_type, std::char_traits<char>::pos_type>::value), "… in main()
/llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/input.streams/istream/
H A Dtypes.pass.cpp34 …static_assert((std::is_same<std::basic_istream<char>::pos_type, std::char_traits<char>::pos_type>:… in main()
/llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/output.streams/ostream/
H A Dtypes.pass.cpp34 …static_assert((std::is_same<std::basic_ostream<char>::pos_type, std::char_traits<char>::pos_type>:… in main()
/llvm-project-15.0.7/libcxx/test/std/input.output/iostreams.base/ios/
H A Dtypes.pass.cpp32 …static_assert((std::is_same<std::basic_ios<char>::pos_type, std::char_traits<char>::pos_type>::val… in main()
/llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/fstreams/ifstream/
H A Dtypes.pass.cpp33 …static_assert((std::is_same<std::basic_ifstream<char>::pos_type, std::char_traits<char>::pos_type>… in main()
/llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/fstreams/ofstream/
H A Dtypes.pass.cpp33 …static_assert((std::is_same<std::basic_ofstream<char>::pos_type, std::char_traits<char>::pos_type>… in main()
/llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/fstreams/filebuf/
H A Dtypes.pass.cpp33 …static_assert((std::is_same<std::basic_filebuf<char>::pos_type, std::char_traits<char>::pos_type>:… in main()
/llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/fstreams/fstream/
H A Dtypes.pass.cpp33 …static_assert((std::is_same<std::basic_fstream<char>::pos_type, std::char_traits<char>::pos_type>:… in main()
/llvm-project-15.0.7/libcxx/src/
H A Dstrstream.cpp235 strstreambuf::pos_type
292 return pos_type(__p); in seekoff()
295 strstreambuf::pos_type
296 strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which) in seekpos()
323 return pos_type(__p); in seekpos()
/llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/
H A Dtypes.pass.cpp36 …static_assert((std::is_same<std::basic_iostream<char>::pos_type, std::char_traits<char>::pos_type>… in main()
/llvm-project-15.0.7/libcxx/test/std/input.output/string.streams/istringstream/
H A Dtypes.pass.cpp34 …c_assert((std::is_same<std::basic_istringstream<char>::pos_type, std::char_traits<char>::pos_type>… in main()
/llvm-project-15.0.7/libcxx/test/std/input.output/string.streams/ostringstream/
H A Dtypes.pass.cpp34 …c_assert((std::is_same<std::basic_ostringstream<char>::pos_type, std::char_traits<char>::pos_type>… in main()
/llvm-project-15.0.7/libcxx/test/std/input.output/string.streams/stringbuf/
H A Dtypes.pass.cpp34 …tatic_assert((std::is_same<std::basic_stringbuf<char>::pos_type, std::char_traits<char>::pos_type>… in main()
/llvm-project-15.0.7/libcxx/test/std/input.output/string.streams/stringstream/
H A Dtypes.pass.cpp34 …ic_assert((std::is_same<std::basic_stringstream<char>::pos_type, std::char_traits<char>::pos_type>… in main()
/llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/output.streams/ostream.seeks/
H A Dseekp.pass.cpp32 typename base::pos_type
33 seekpos(typename base::pos_type sp, std::ios_base::openmode which) in seekpos()

12