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

1 2

  /external/zlib/contrib/iostream/
zfstream.h 24 virtual streampos seekoff( streamoff, ios::seek_dir, int );
zfstream.cpp 129 streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) { function in class:gzfilebuf
  /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);
  /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); }
_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,
_sstream.h 90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
_sstream.c 300 ::seekoff(off_type __off, function in class:_Alloc
  /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); }
_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,
_sstream.h 90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
  /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);
stdio_streambuf.cpp 76 stdio_streambuf_base::seekoff(off_type off, ios_base::seekdir dir, function in class:stdio_streambuf_base
  /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);
stdio_streambuf.cpp 76 stdio_streambuf_base::seekoff(off_type off, ios_base::seekdir dir, function in class:stdio_streambuf_base
  /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/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/linux-x86/toolchain/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,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
fstream 346 seekoff(off_type __off, ios_base::seekdir __way,
353 // Common code for seekoff and seekpos
379 * __off == -1 upon open, setbuf, seekoff/pos ('uncommitted' mode).
streambuf 240 { return this->seekoff(__off, __way, __mode); }
578 seekoff(off_type, ios_base::seekdir,
  /external/zlib/contrib/iostream3/
zfstream.h 154 // seekoff(off_type off,

Completed in 282 milliseconds

1 2