Home
last modified time | relevance | path

Searched refs:seekoff (Results 1 – 15 of 15) sorted by relevance

/external/stlport/src/
Dstdio_streambuf.h61 pos_type seekoff(off_type, ios_base::seekdir,
Dstrstream.cpp192 strstreambuf::seekoff(off_type off, in seekoff() function in strstreambuf
257 return seekoff(pos - pos_type(off_type(0)), ios_base::beg, mode); in seekpos()
Dstdio_streambuf.cpp76 stdio_streambuf_base::seekoff(off_type off, ios_base::seekdir dir, in seekoff() function in stdio_streambuf_base
/external/stlport/stlport/stl/
D_streambuf.h128 virtual pos_type seekoff(off_type, ios_base::seekdir,
147 { return this->seekoff(__offset, __way, __mod); }
D_strstream.h78 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
D_streambuf.c193 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir, in seekoff() function
D_sstream.h90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
D_sstream.c300 ::seekoff(off_type __off, in seekoff() function
D_fstream.c291 basic_filebuf<_CharT, _Traits>::seekoff(off_type __off, in seekoff() function
D_fstream.h207 virtual pos_type seekoff(off_type, ios_base::seekdir,
/external/oprofile/include/
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);
/external/zlib/src/contrib/iostream/
Dzfstream.h24 virtual streampos seekoff( streamoff, ios::seek_dir, int );
Dzfstream.cpp129 streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) { in seekoff() function in gzfilebuf
/external/stlport/etc/
DChangeLog815 seekoff method:
DChangeLog-5.1701 * stlport/stl/_fstream.c: First attempt to fix seekoff basic_filebuf
5867 * stlport/stl/_sstream.c: cur direction missed in seekoff. Thanks David Obermann.