Searched refs:seekoff (Results 1 - 13 of 13) sorted by relevance

/external/stlport/src/
H A Dstdio_streambuf.h61 pos_type seekoff(off_type, ios_base::seekdir,
H A Dstdio_streambuf.cpp76 stdio_streambuf_base::seekoff(off_type off, ios_base::seekdir dir, function in class:stdio_streambuf_base
H A Dstrstream.cpp192 strstreambuf::seekoff(off_type off, function in class:strstreambuf
257 return seekoff(pos - pos_type(off_type(0)), ios_base::beg, mode);
/external/zlib/src/contrib/iostream/
H A Dzfstream.h24 virtual streampos seekoff( streamoff, ios::seek_dir, int );
H A Dzfstream.cpp129 streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) { function in class:gzfilebuf
/external/stlport/stlport/stl/
H A D_streambuf.h127 // 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); }
H A D_strstream.h78 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
H A D_streambuf.c193 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir, function in class:_Traits
H A D_sstream.h90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
H A D_fstream.c291 basic_filebuf<_CharT, _Traits>::seekoff(off_type __off, function in class:_Traits
H A D_fstream.h207 virtual pos_type seekoff(off_type, ios_base::seekdir,
H A D_sstream.c300 ::seekoff(off_type __off, function in class:_Alloc
/external/oprofile/include/
H A Dsstream26 /* 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);

Completed in 199 milliseconds