/external/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...] |
/ndk/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...] |
/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), "");
|
/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, 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...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
enc_filebuf.h | 46 typedef typename traits_type::pos_type pos_type; typedef in class:enc_filebuf
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
enc_filebuf.h | 48 typedef typename traits_type::pos_type pos_type; typedef in class:enc_filebuf
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
enc_filebuf.h | 46 typedef typename traits_type::pos_type pos_type; typedef in class:enc_filebuf
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
enc_filebuf.h | 46 typedef typename traits_type::pos_type pos_type; typedef in class:enc_filebuf
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
enc_filebuf.h | 46 typedef typename traits_type::pos_type pos_type; typedef in class:enc_filebuf
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
enc_filebuf.h | 46 typedef typename traits_type::pos_type pos_type; typedef in class:enc_filebuf
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
enc_filebuf.h | 48 typedef typename traits_type::pos_type pos_type; typedef in class:enc_filebuf
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
enc_filebuf.h | 48 typedef typename traits_type::pos_type pos_type; typedef in class:enc_filebuf
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
enc_filebuf.h | 48 typedef typename traits_type::pos_type pos_type; typedef in class:enc_filebuf
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
enc_filebuf.h | 48 typedef typename traits_type::pos_type pos_type; typedef in class:enc_filebuf
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
enc_filebuf.h | 48 typedef typename traits_type::pos_type pos_type; typedef in class:enc_filebuf
|
/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/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), "");
|
/ndk/sources/cxx-stl/llvm-libc++/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), "");
|
/ndk/sources/cxx-stl/llvm-libc++/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), "");
|
/ndk/sources/cxx-stl/llvm-libc++/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), "");
|
/ndk/sources/cxx-stl/llvm-libc++/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), "");
|
/ndk/sources/cxx-stl/llvm-libc++/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), "");
|