Home
last modified time | relevance | path

Searched refs:seekdir (Results 1 – 18 of 18) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dios.cpp78 const ios_base::seekdir ios_base::beg;
79 const ios_base::seekdir ios_base::cur;
80 const ios_base::seekdir ios_base::end;
Dstdio_streambuf.h61 pos_type seekoff(off_type, ios_base::seekdir,
Dstdio_streambuf.cpp76 stdio_streambuf_base::seekoff(off_type off, ios_base::seekdir dir, in seekoff()
Dstrstream.cpp193 ios_base::seekdir dir, ios_base::openmode mode) { in seekoff()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ios_base.h60 typedef int seekdir; typedef
214 seekdir _M_seekdir;
256 typedef seekdir seek_dir;
D_streambuf.h128 virtual pos_type seekoff(off_type, ios_base::seekdir,
145 pos_type pubseekoff(off_type __offset, ios_base::seekdir __way,
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() argument
D_fstream.h69 streamoff _M_seek(streamoff __offset, ios_base::seekdir __dir);
207 virtual pos_type seekoff(off_type, ios_base::seekdir,
D_sstream.h90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
D_istream.h165 _Self& seekg(off_type, ios_base::seekdir);
D_ostream.h156 _Self& seekp(off_type __off, ios_base::seekdir __dir) { in seekp()
D_fstream.c292 ios_base::seekdir __whence, in seekoff()
D_sstream.c301 ios_base::seekdir __dir, in seekoff()
D_istream.c518 basic_istream<_CharT, _Traits>::seekg(off_type __off, ios_base::seekdir __dir) { in seekg()
/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_stdio.cpp342 streamoff _Filebuf_base::_M_seek(streamoff offset, ios_base::seekdir dir) in _M_seek()
Dfstream_unistd.cpp286 streamoff _Filebuf_base::_M_seek(streamoff offset, ios_base::seekdir dir) in _M_seek()
Dfstream_win32io.cpp547 streamoff _Filebuf_base::_M_seek(streamoff offset, ios_base::seekdir dir) { in _M_seek()