Searched refs:pos_type (Results 1 - 25 of 46) sorted by relevance

12

/external/libcxx/test/depr/depr.str.strstreams/depr.strstream/
H A Dtypes.pass.cpp19 // typedef char_traits<char>::pos_type pos_type;
30 static_assert((std::is_same<std::strstream::pos_type, std::char_traits<char>::pos_type>::value), "");
/external/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
H A Dseekoff.pass.cpp12 // pos_type seekoff(off_type off, ios_base::seekdir way,
14 // pos_type seekpos(pos_type sp,
29 typedef typename base::pos_type pos_type; typedef in struct:test_buf
43 typedef std::filebuf::pos_type pos_type; typedef
51 pos_type p = f.pubseekoff(-15, std::ios_base::cur);
64 typedef std::filebuf::pos_type pos_type; typedef
[all...]
/external/libcxx/test/input.output/stream.buffers/streambuf/
H A Dtypes.pass.cpp20 // typedef typename traits_type::pos_type pos_type;
31 static_assert((std::is_same<std::streambuf::pos_type, std::char_traits<char>::pos_type>::value), "");
37 static_assert((std::is_same<std::wstreambuf::pos_type, std::char_traits<wchar_t>::pos_type>::value), "");
/external/stlport/src/
H A Dstdio_streambuf.cpp75 stdio_streambuf_base::pos_type
90 return pos_type(-1);
99 return pos_type((streamoff)pos.__pos);
101 return pos_type(pos.__fpos_elem[ 0 ]);
103 return pos_type((streamoff)pos._pos);
105 return pos_type(pos);
109 return pos_type(-1);
113 stdio_streambuf_base::pos_type
114 stdio_streambuf_base::seekpos(pos_type pos, ios_base::openmode /* mode */) {
141 return FSETPOS(_M_file, &p) == 0 ? pos : pos_type(
[all...]
H A Dstdio_streambuf.h61 pos_type seekoff(off_type, ios_base::seekdir,
64 pos_type seekpos(pos_type,
/external/libcxx/test/input.output/file.streams/fstreams/filebuf/
H A Dtypes.pass.cpp20 // typedef typename traits_type::pos_type pos_type;
32 static_assert((std::is_same<std::basic_filebuf<char>::pos_type, std::char_traits<char>::pos_type>::value), "");
/external/libcxx/test/input.output/file.streams/fstreams/fstream/
H A Dtypes.pass.cpp20 // typedef typename traits_type::pos_type pos_type;
32 static_assert((std::is_same<std::basic_fstream<char>::pos_type, std::char_traits<char>::pos_type>::value), "");
/external/libcxx/test/input.output/file.streams/fstreams/ifstream/
H A Dtypes.pass.cpp20 // typedef typename traits_type::pos_type pos_type;
32 static_assert((std::is_same<std::basic_ifstream<char>::pos_type, std::char_traits<char>::pos_type>::value), "");
/external/libcxx/test/input.output/file.streams/fstreams/ofstream/
H A Dtypes.pass.cpp20 // typedef typename traits_type::pos_type pos_type;
32 static_assert((std::is_same<std::basic_ofstream<char>::pos_type, std::char_traits<char>::pos_type>::value), "");
/external/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/
H A Dtypes.pass.cpp22 // typedef typename traits_type::pos_type pos_type;
35 static_assert((std::is_same<std::basic_iostream<char>::pos_type, std::char_traits<char>::pos_type>::value), "");
/external/libcxx/test/input.output/iostream.format/input.streams/istream/
H A Dtypes.pass.cpp21 // typedef typename traits_type::pos_type pos_type;
33 static_assert((std::is_same<std::basic_istream<char>::pos_type, std::char_traits<char>::pos_type>::value), "");
/external/libcxx/test/input.output/iostream.format/output.streams/ostream/
H A Dtypes.pass.cpp21 // typedef typename traits_type::pos_type pos_type;
33 static_assert((std::is_same<std::basic_ostream<char>::pos_type, std::char_traits<char>::pos_type>::value), "");
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
H A Dseekp.pass.cpp15 // basic_ostream<charT,traits>& seekp(pos_type pos);
31 typename base::pos_type
32 seekpos(typename base::pos_type sp, std::ios_base::openmode which)
/external/libcxx/test/input.output/iostreams.base/ios/
H A Dtypes.pass.cpp18 // typedef typename traits::pos_type pos_type;
31 static_assert((std::is_same<std::basic_ios<char>::pos_type, std::char_traits<char>::pos_type>::value), "");
/external/libcxx/test/input.output/string.streams/istringstream/
H A Dtypes.pass.cpp20 // typedef typename traits_type::pos_type pos_type;
33 static_assert((std::is_same<std::basic_istringstream<char>::pos_type, std::char_traits<char>::pos_type>::value), "");
/external/libcxx/test/input.output/string.streams/ostringstream/
H A Dtypes.pass.cpp20 // typedef typename traits_type::pos_type pos_type;
33 static_assert((std::is_same<std::basic_ostringstream<char>::pos_type, std::char_traits<char>::pos_type>::value), "");
/external/libcxx/test/input.output/string.streams/stringbuf/
H A Dtypes.pass.cpp20 // typedef typename traits_type::pos_type pos_type;
33 static_assert((std::is_same<std::basic_stringbuf<char>::pos_type, std::char_traits<char>::pos_type>::value), "");
/external/libcxx/test/input.output/string.streams/stringstream/
H A Dtypes.pass.cpp20 // typedef typename traits_type::pos_type pos_type;
33 static_assert((std::is_same<std::basic_stringstream<char>::pos_type, std::char_traits<char>::pos_type>::value), "");
/external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
H A Dseekoff.pass.cpp14 // pos_type seekoff(off_type off, ios_base::seekdir way,
16 // pos_type seekpos(pos_type sp,
40 typedef test_buf::pos_type pos_type; typedef
47 pos_type p = f.pubseekoff(-15, std::ios_base::cur);
/external/oprofile/include/
H A Dsstream42 typedef streampos pos_type;
140 virtual pos_type
143 pos_type ret = pos_type(off_type(-1));
184 ret = pos_type(newoffi + off + curi);
190 ret = pos_type(newoffo + off + curo);
196 virtual pos_type
197 seekpos(pos_type sp, int which = ios::in | ios::out)
199 pos_type ret = seekoff(sp, ios::beg, which);
235 typedef streampos pos_type;
[all...]
/external/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
H A Dtypes.pass.cpp17 // typedef streampos pos_type;
28 static_assert((std::is_same<std::char_traits<char>::pos_type, std::streampos>::value), "");
/external/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
H A Dtypes.pass.cpp17 // typedef u16streampos pos_type;
30 static_assert((std::is_same<std::char_traits<char16_t>::pos_type, std::u16streampos>::value), "");
/external/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
H A Dtypes.pass.cpp17 // typedef u32streampos pos_type;
30 static_assert((std::is_same<std::char_traits<char32_t>::pos_type, std::u32streampos>::value), "");
/external/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
H A Dtypes.pass.cpp17 // typedef streampos pos_type;
28 static_assert((std::is_same<std::char_traits<wchar_t>::pos_type, std::wstreampos>::value), "");
/external/stlport/stlport/stl/
H A D_sstream.h59 typedef typename _Traits::pos_type pos_type; typedef in class:basic_stringbuf
90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
93 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
121 typedef typename _Traits::pos_type pos_type; typedef in class:basic_istringstream
164 typedef typename _Traits::pos_type pos_type; typedef in class:basic_ostringstream
208 typedef typename _Traits::pos_type pos_typ typedef in class:basic_stringstream
[all...]

Completed in 528 milliseconds

12