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

1 2 3 4

  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
ignore_0xff.pass.cpp 33 std::istringstream::pos_type a=is.tellg();
35 std::istringstream::pos_type b=is.tellg();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/input.streams/istream.unformatted/
ignore_0xff.pass.cpp 33 std::istringstream::pos_type a=is.tellg();
35 std::istringstream::pos_type b=is.tellg();
  /external/libcxx/test/std/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);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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/std/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), "");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
enc_filebuf.h 48 typedef typename traits_type::pos_type pos_type; typedef in class:enc_filebuf
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
enc_filebuf.h 48 typedef typename traits_type::pos_type pos_type; typedef in class:enc_filebuf
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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/test/std/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), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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), "");
  /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,
  /external/libcxx/test/std/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/std/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/std/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/std/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/std/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/std/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/std/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/std/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/std/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/std/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/std/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), "");
  /external/libcxx/test/std/input.output/string.streams/stringstream/
types.pass.cpp 20 // 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), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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), "");

Completed in 1718 milliseconds

1 2 3 4