Searched defs:seekoff (Results 1 - 6 of 6) sorted by relevance
/external/stlport/src/ | ||
H A D | stdio_streambuf.cpp | 76 stdio_streambuf_base::seekoff(off_type off, ios_base::seekdir dir, function in class:stdio_streambuf_base |
H A D | 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/stlport/stlport/stl/ | ||
H A D | _streambuf.c | 193 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir, function in class:_Traits |
H A D | _sstream.c | 300 ::seekoff(off_type __off, function in class:_Alloc |
H A D | _fstream.c | 291 basic_filebuf<_CharT, _Traits>::seekoff(off_type __off, function in class:_Traits |
/external/zlib/src/contrib/iostream/ | ||
H A D | zfstream.cpp | 129 streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) { function in class:gzfilebuf |
Completed in 175 milliseconds