HomeSort by relevance Sort by last modified time
    Searched full:pos_type (Results 1 - 25 of 430) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/misc/common/swig/include/2.0.11/std/
std_streambuf.i 20 typedef typename traits_type::pos_type pos_type;
38 pos_type
42 pos_type
43 pubseekpos(pos_type __sp,
std_sstream.i 41 typedef typename traits_type::pos_type pos_type;
75 typedef typename traits_type::pos_type pos_type;
114 typedef typename traits_type::pos_type pos_type;
155 typedef typename traits_type::pos_type pos_type;
  /external/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
seekoff.pass.cpp 12 // 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...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
seekoff.pass.cpp 12 // pos_type seekoff(off_type off, ios_base::seekdir way,
14 // pos_type seekpos(pos_type sp,
26 typedef std::filebuf::pos_type pos_type; typedef
34 pos_type p = f.pubseekoff(-15, std::ios_base::cur);
47 typedef std::filebuf::pos_type pos_type; typedef
55 pos_type p = f.pubseekoff(-15, std::ios_base::cur);
  /external/libcxx/test/input.output/stream.buffers/streambuf/
types.pass.cpp 20 // 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/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
seekoff.pass.cpp 14 // 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);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/
types.pass.cpp 20 // 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), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
seekoff.pass.cpp 14 // 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/libcxx/test/depr/depr.str.strstreams/depr.strstream/
types.pass.cpp 19 // 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), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/
types.pass.cpp 19 // 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/include/
streambuf 28 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,
129 typedef typename traits_type::pos_type pos_type;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
streambuf 28 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,
129 typedef typename traits_type::pos_type pos_type;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
streambuf 28 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,
129 typedef typename traits_type::pos_type pos_type;
    [all...]
  /external/oprofile/include/
sstream 42 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/input.output/file.streams/fstreams/filebuf/
types.pass.cpp 20 // 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/
types.pass.cpp 20 // 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/
types.pass.cpp 20 // 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/
types.pass.cpp 20 // 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/
types.pass.cpp 22 // 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/
types.pass.cpp 21 // 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/
types.pass.cpp 21 // 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/iostreams.base/ios/
types.pass.cpp 18 // 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/
types.pass.cpp 20 // 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/
types.pass.cpp 20 // 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/
types.pass.cpp 20 // 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), "");

Completed in 1877 milliseconds

1 2 3 4 5 6 7 8 91011>>