Searched refs:seekoff (Results 1 – 15 of 15) sorted by relevance
/external/stlport/src/ |
D | stdio_streambuf.h | 61 pos_type seekoff(off_type, ios_base::seekdir,
|
D | strstream.cpp | 192 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()
|
D | stdio_streambuf.cpp | 76 stdio_streambuf_base::seekoff(off_type off, ios_base::seekdir dir, in seekoff() function in stdio_streambuf_base
|
/external/stlport/stlport/stl/ |
D | _streambuf.h | 128 virtual pos_type seekoff(off_type, ios_base::seekdir, 147 { return this->seekoff(__offset, __way, __mod); }
|
D | _strstream.h | 78 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
|
D | _streambuf.c | 193 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir, in seekoff() function
|
D | _sstream.h | 90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
|
D | _sstream.c | 300 ::seekoff(off_type __off, in seekoff() function
|
D | _fstream.c | 291 basic_filebuf<_CharT, _Traits>::seekoff(off_type __off, in seekoff() function
|
D | _fstream.h | 207 virtual pos_type seekoff(off_type, ios_base::seekdir,
|
/external/oprofile/include/ |
D | 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);
|
/external/zlib/src/contrib/iostream/ |
D | zfstream.h | 24 virtual streampos seekoff( streamoff, ios::seek_dir, int );
|
D | zfstream.cpp | 129 streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) { in seekoff() function in gzfilebuf
|
/external/stlport/etc/ |
D | ChangeLog | 815 seekoff method:
|
D | ChangeLog-5.1 | 701 * stlport/stl/_fstream.c: First attempt to fix seekoff basic_filebuf 5867 * stlport/stl/_sstream.c: cur direction missed in seekoff. Thanks David Obermann.
|