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

1 2 3

  /external/zlib/contrib/iostream/
zfstream.h 24 virtual streampos seekoff( streamoff, ios::seek_dir, int );
  /external/oprofile/include/
sstream 26 /* seekoff and ideas for overflow is largely borrowed from libstdc++-v3 */
141 seekoff(off_type off, ios::seek_dir way, int which = ios::in | ios::out)
199 pos_type ret = seekoff(sp, ios::beg, which);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
basic_file.h 97 seekoff(streamoff __off, ios_base::seekdir __way);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
basic_file.h 97 seekoff(streamoff __off, ios_base::seekdir __way);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
basic_file.h 97 seekoff(streamoff __off, ios_base::seekdir __way);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
basic_file.h 97 seekoff(streamoff __off, ios_base::seekdir __way);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
basic_file.h 97 seekoff(streamoff __off, ios_base::seekdir __way);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
basic_file.h 97 seekoff(streamoff __off, ios_base::seekdir __way);
  /external/stlport/stlport/stl/
_streambuf.h 127 // class seekoff does nothing; subclasses are expected to override it.
128 virtual pos_type seekoff(off_type, ios_base::seekdir,
147 { return this->seekoff(__offset, __way, __mod); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 127 // class seekoff does nothing; subclasses are expected to override it.
128 virtual pos_type seekoff(off_type, ios_base::seekdir,
147 { return this->seekoff(__offset, __way, __mod); }
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 127 // class seekoff does nothing; subclasses are expected to override it.
128 virtual pos_type seekoff(off_type, ios_base::seekdir,
147 { return this->seekoff(__offset, __way, __mod); }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 127 // class seekoff does nothing; subclasses are expected to override it.
128 virtual pos_type seekoff(off_type, ios_base::seekdir,
147 { return this->seekoff(__offset, __way, __mod); }
  /external/stlport/src/
stdio_streambuf.h 61 pos_type seekoff(off_type, ios_base::seekdir,
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/stlport/src/
stdio_streambuf.h 61 pos_type seekoff(off_type, ios_base::seekdir,
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);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_sync_filebuf.h 155 seekoff(std::streamoff __off, std::ios_base::seekdir __dir, function in class:stdio_sync_filebuf
180 { return seekoff(std::streamoff(__pos), std::ios_base::beg, __mode); }
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 155 seekoff(std::streamoff __off, std::ios_base::seekdir __dir, function in class:stdio_sync_filebuf
180 { return seekoff(std::streamoff(__pos), std::ios_base::beg, __mode); }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 155 seekoff(std::streamoff __off, std::ios_base::seekdir __dir, function in class:stdio_sync_filebuf
180 { return seekoff(std::streamoff(__pos), std::ios_base::beg, __mode); }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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.
  /prebuilt/ndk/android-ndk-r5/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.
  /prebuilt/ndk/android-ndk-r6/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.

Completed in 1192 milliseconds

1 2 3