Home
last modified time | relevance | path

Searched refs:seekpos (Results 1 – 10 of 10) sorted by relevance

/external/stlport/stlport/stl/
D_streambuf.h134 seekpos(pos_type, ios_base::openmode = ios_base::in | ios_base::out);
151 { return this->seekpos(__sp, __mod); }
D_strstream.h81 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
D_streambuf.c188 basic_streambuf<_CharT, _Traits>::seekpos(pos_type, ios_base::openmode) in seekpos() function
D_sstream.h93 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
D_sstream.c358 ::seekpos(pos_type __pos, ios_base::openmode __mode) { in seekpos() function
D_fstream.c384 basic_filebuf<_CharT, _Traits>::seekpos(pos_type __pos, in seekpos() function
D_fstream.h209 virtual pos_type seekpos(pos_type,
/external/stlport/src/
Dstdio_streambuf.h64 pos_type seekpos(pos_type,
Dstdio_streambuf.cpp114 stdio_streambuf_base::seekpos(pos_type pos, ios_base::openmode /* mode */) { in seekpos() function in stdio_streambuf_base
Dstrstream.cpp256 strstreambuf::seekpos(pos_type pos, ios_base::openmode mode) { in seekpos() function in strstreambuf