HomeSort by relevance Sort by last modified time
    Searched refs:seekoff (Results 1 - 12 of 12) sorted by null

  /external/stlport/src/
stdio_streambuf.h 61 pos_type seekoff(off_type, ios_base::seekdir,
stdio_streambuf.cpp 76 stdio_streambuf_base::seekoff(off_type off, ios_base::seekdir dir, function in class:stdio_streambuf_base
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);
  /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
  /external/stlport/stlport/stl/
_strstream.h 78 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
_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); }
_sstream.h 90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
_streambuf.c 193 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir, function in class:_Traits
_sstream.c 300 ::seekoff(off_type __off, function in class:_Alloc
_fstream.c 291 basic_filebuf<_CharT, _Traits>::seekoff(off_type __off, function in class:_Traits
_fstream.h 207 virtual pos_type seekoff(off_type, ios_base::seekdir,

Completed in 1310 milliseconds