Searched refs:_M_seek (Results 1 - 6 of 6) sorted by relevance

/external/stlport/stlport/stl/
H A D_fstream.c139 streamoff __pos = _M_base._M_seek(0, ios_base::cur);
305 return _M_seek_return(_M_base._M_seek(_M_width * __off, __whence),
311 return _M_seek_return(_M_base._M_seek(_M_width * __off, __whence),
320 return __off == 0 ? pos_type(_M_base._M_seek(0, ios_base::cur) - __adjust)
321 : _M_seek_return(_M_base._M_seek(__off - __adjust, ios_base::cur), _State_type());
335 return __off == 0 ? pos_type(_M_base._M_seek(0, ios_base::cur) - __eadj)
336 : _M_seek_return(_M_base._M_seek(__off - __eadj, ios_base::cur), _State_type());
370 streamoff __cur = _M_base._M_seek(0, ios_base::cur);
391 if (__off != -1 && _M_base._M_seek(__off, ios_base::beg) != -1) {
H A D_fstream.h69 streamoff _M_seek(streamoff __offset, ios_base::seekdir __dir);
/external/stlport/src/
H A Dfstream.cpp66 streamoff __cur = __this->_M_base._M_seek(0, ios_base::cur);
/external/stlport/src/details/
H A Dfstream_win32io.cpp475 _M_seek(0, ios_base::end);
547 streamoff _Filebuf_base::_M_seek(streamoff offset, ios_base::seekdir dir) { function in class:_Filebuf_base
608 if (base == 0 || _M_seek(offset + len, ios_base::beg) < 0) {
H A Dfstream_stdio.cpp342 streamoff _Filebuf_base::_M_seek(streamoff offset, ios_base::seekdir dir) function in class:_Filebuf_base
H A Dfstream_unistd.cpp286 streamoff _Filebuf_base::_M_seek(streamoff offset, ios_base::seekdir dir) function in class:_Filebuf_base

Completed in 692 milliseconds