Home
last modified time | relevance | path

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

12

/external/libcxx/include/
Dstreambuf28 typedef typename traits_type::pos_type pos_type;
39 pos_type pubseekoff(off_type off, ios_base::seekdir way,
41 pos_type pubseekpos(pos_type sp,
87 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
89 virtual pos_type seekpos(pos_type sp,
132 typedef typename traits_type::pos_type pos_type;
158 pos_type pubseekoff(off_type __off, ios_base::seekdir __way,
163 pos_type pubseekpos(pos_type __sp,
276 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
278 virtual pos_type seekpos(pos_type __sp,
[all …]
Dsstream25 typedef typename traits_type::pos_type pos_type;
49 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
51 virtual pos_type seekpos(pos_type sp,
70 typedef typename traits_type::pos_type pos_type;
106 typedef typename traits_type::pos_type pos_type;
142 typedef typename traits_type::pos_type pos_type;
198 typedef typename traits_type::pos_type pos_type;
234 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
237 virtual pos_type seekpos(pos_type __sp,
568 typename basic_stringbuf<_CharT, _Traits, _Allocator>::pos_type
[all …]
Dstrstream46 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
48 virtual pos_type seekpos(pos_type sp,
107 typedef char_traits<char>::pos_type pos_type;
173 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
175 virtual pos_type seekpos(pos_type __sp,
344 typedef char_traits<char>::pos_type pos_type;
Dfstream25 typedef typename traits_type::pos_type pos_type;
52 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
54 virtual pos_type seekpos(pos_type sp,
75 typedef typename traits_type::pos_type pos_type;
112 typedef typename traits_type::pos_type pos_type;
150 typedef typename traits_type::pos_type pos_type;
209 typedef typename traits_type::pos_type pos_type;
259 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
261 virtual pos_type seekpos(pos_type __sp,
921 typename basic_filebuf<_CharT, _Traits>::pos_type
[all …]
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
Dseekoff.pass.cpp26 typedef std::filebuf::pos_type pos_type; in main() typedef
34 pos_type p = f.pubseekoff(-15, std::ios_base::cur); in main()
47 typedef std::filebuf::pos_type pos_type; in main() typedef
55 pos_type p = f.pubseekoff(-15, std::ios_base::cur); in main()
/external/libcxx/test/std/input.output/stream.buffers/streambuf/
Dtypes.pass.cpp31 …static_assert((std::is_same<std::streambuf::pos_type, std::char_traits<char>::pos_type>::value), "… in main()
37 …static_assert((std::is_same<std::wstreambuf::pos_type, std::char_traits<wchar_t>::pos_type>::value… in main()
/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
Dseekoff.pass.cpp40 typedef test_buf::pos_type pos_type; in main() typedef
47 pos_type p = f.pubseekoff(-15, std::ios_base::cur); in main()
/external/libcxx/src/
Dstrstream.cpp233 strstreambuf::pos_type
290 return pos_type(__p); in seekoff()
293 strstreambuf::pos_type
294 strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which) in seekpos()
321 return pos_type(__p); in seekpos()
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
Dignore_0xff.pass.cpp30 std::istringstream::pos_type a=is.tellg(); in main()
32 std::istringstream::pos_type b=is.tellg(); in main()
Dseekg.pass.cpp40 typename base::pos_type seekpos(typename base::pos_type sp, in seekpos()
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/
Dtypes.pass.cpp30 …static_assert((std::is_same<std::strstream::pos_type, std::char_traits<char>::pos_type>::value), "… in main()
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream/
Dtypes.pass.cpp33 …static_assert((std::is_same<std::basic_ostream<char>::pos_type, std::char_traits<char>::pos_type>:… in main()
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream/
Dtypes.pass.cpp32 …static_assert((std::is_same<std::basic_ofstream<char>::pos_type, std::char_traits<char>::pos_type>… in main()
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream/
Dtypes.pass.cpp33 …static_assert((std::is_same<std::basic_istream<char>::pos_type, std::char_traits<char>::pos_type>:… in main()
/external/libcxx/test/std/input.output/iostreams.base/ios/
Dtypes.pass.cpp31 …static_assert((std::is_same<std::basic_ios<char>::pos_type, std::char_traits<char>::pos_type>::val… in main()
/external/libcxx/test/std/input.output/file.streams/fstreams/ifstream/
Dtypes.pass.cpp32 …static_assert((std::is_same<std::basic_ifstream<char>::pos_type, std::char_traits<char>::pos_type>… in main()
/external/libcxx/test/std/input.output/file.streams/fstreams/fstream/
Dtypes.pass.cpp32 …static_assert((std::is_same<std::basic_fstream<char>::pos_type, std::char_traits<char>::pos_type>:… in main()
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf/
Dtypes.pass.cpp32 …static_assert((std::is_same<std::basic_filebuf<char>::pos_type, std::char_traits<char>::pos_type>:… in main()
/external/libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/
Dtypes.pass.cpp35 …static_assert((std::is_same<std::basic_iostream<char>::pos_type, std::char_traits<char>::pos_type>… in main()
/external/libcxx/test/std/input.output/string.streams/stringbuf/
Dtypes.pass.cpp33 …tatic_assert((std::is_same<std::basic_stringbuf<char>::pos_type, std::char_traits<char>::pos_type>… in main()
/external/libcxx/test/std/input.output/string.streams/stringstream/
Dtypes.pass.cpp33 …ic_assert((std::is_same<std::basic_stringstream<char>::pos_type, std::char_traits<char>::pos_type>… in main()
/external/image_io/src/base/
Dostream_ref_data_destination.cc20 ostream::pos_type prewrite_pos = ostream_ref_.tellp(); in Transfer()
22 ostream::pos_type postwrite_pos = ostream_ref_.tellp(); in Transfer()
/external/libcxx/test/std/input.output/string.streams/ostringstream/
Dtypes.pass.cpp33 …c_assert((std::is_same<std::basic_ostringstream<char>::pos_type, std::char_traits<char>::pos_type>… in main()
/external/libcxx/test/std/input.output/string.streams/istringstream/
Dtypes.pass.cpp33 …c_assert((std::is_same<std::basic_istringstream<char>::pos_type, std::char_traits<char>::pos_type>… in main()
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.seeks/
Dseekp.pass.cpp31 typename base::pos_type
32 seekpos(typename base::pos_type sp, std::ios_base::openmode which) in seekpos()

12