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

1 2 3 4 5 6 7 8

  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
ignore_0xff.pass.cpp 30 std::istringstream::pos_type a=is.tellg();
32 std::istringstream::pos_type b=is.tellg();
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
stdio_streambuf.h 61 pos_type seekoff(off_type, ios_base::seekdir,
64 pos_type seekpos(pos_type,
stdio_streambuf.cpp 75 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(-1)
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
stdio_streambuf.h 61 pos_type seekoff(off_type, ios_base::seekdir,
64 pos_type seekpos(pos_type,
stdio_streambuf.cpp 75 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(-1)
    [all...]
  /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/r11/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);
  /prebuilts/ndk/r13/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.11-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-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/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
enc_filebuf.h 48 typedef typename traits_type::pos_type pos_type; typedef in class:enc_filebuf
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
enc_filebuf.h 48 typedef typename traits_type::pos_type pos_type; typedef in class:enc_filebuf
  /prebuilts/ndk/r11/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), "");
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
enc_filebuf.h 48 typedef typename traits_type::pos_type pos_type; typedef in class:enc_filebuf
  /prebuilts/ndk/r13/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/r11/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), "");
  /prebuilts/ndk/r13/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), "");

Completed in 605 milliseconds

1 2 3 4 5 6 7 8