/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
fstream.tcc | 115 && this->seekoff(0, ios_base::end, __mode) 372 else if (this->seekoff(-1, ios_base::cur) != pos_type(off_type(-1))) 681 // According to 27.8.1.4 p11 - 13, seekoff should ignore the last 686 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode) 760 __ret = pos_type(_M_file.seekoff(__off, __way)); 877 __testvalid = this->seekoff(0, ios_base::cur, _M_mode)
|
sstream.tcc | 149 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) 159 // 453. basic_stringbuf::seekoff need not always fail for an empty stream.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
fstream.tcc | 115 && this->seekoff(0, ios_base::end, __mode) 372 else if (this->seekoff(-1, ios_base::cur) != pos_type(off_type(-1))) 681 // According to 27.8.1.4 p11 - 13, seekoff should ignore the last 686 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode) 760 __ret = pos_type(_M_file.seekoff(__off, __way)); 877 __testvalid = this->seekoff(0, ios_base::cur, _M_mode)
|
sstream.tcc | 149 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) 159 // 453. basic_stringbuf::seekoff need not always fail for an empty stream.
|
/external/stlport/src/ |
strstream.cpp | 192 strstreambuf::seekoff(off_type off, function in class:strstreambuf 257 return seekoff(pos - pos_type(off_type(0)), ios_base::beg, mode);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
strstream | 46 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 173 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
|
/ndk/sources/cxx-stl/stlport/src/ |
strstream.cpp | 192 strstreambuf::seekoff(off_type off, function in class:strstreambuf 257 return seekoff(pos - pos_type(off_type(0)), ios_base::beg, mode);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
sstream.tcc | 149 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) 159 // 453. basic_stringbuf::seekoff need not always fail for an empty stream.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
sstream.tcc | 151 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) 161 // 453. basic_stringbuf::seekoff need not always fail for an empty stream.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
sstream.tcc | 151 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) 161 // 453. basic_stringbuf::seekoff need not always fail for an empty stream.
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
sstream.tcc | 149 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) 159 // 453. basic_stringbuf::seekoff need not always fail for an empty stream.
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
sstream.tcc | 149 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) 159 // 453. basic_stringbuf::seekoff need not always fail for an empty stream.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
sstream.tcc | 151 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) 161 // 453. basic_stringbuf::seekoff need not always fail for an empty stream.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
sstream.tcc | 151 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) 161 // 453. basic_stringbuf::seekoff need not always fail for an empty stream.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
sstream.tcc | 151 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) 161 // 453. basic_stringbuf::seekoff need not always fail for an empty stream.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
sstream.tcc | 151 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) 161 // 453. basic_stringbuf::seekoff need not always fail for an empty stream.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
sstream.tcc | 149 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) 159 // 453. basic_stringbuf::seekoff need not always fail for an empty stream.
|
/external/stlport/stlport/stl/ |
_streambuf.c | 193 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir, function in class:_Traits
|
_strstream.h | 78 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
|
/external/zlib/src/contrib/iostream/ |
zfstream.cpp | 129 streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) { function in class:gzfilebuf
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/ |
seekoff.pass.cpp | 14 // pos_type seekoff(off_type off, ios_base::seekdir way,
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_streambuf.c | 193 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir, function in class:_Traits
|
_strstream.h | 78 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/ |
strstream | 89 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/ |
strstream | 97 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
|