Lines Matching full:ios_base
39 pos_type pubseekoff(off_type off, ios_base::seekdir way,
40 ios_base::openmode which = ios_base::in | ios_base::out);
42 ios_base::openmode which = ios_base::in | ios_base::out);
87 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
88 ios_base::openmode which = ios_base::in | ios_base::out);
90 ios_base::openmode which = ios_base::in | ios_base::out);
158 pos_type pubseekoff(off_type __off, ios_base::seekdir __way,
159 ios_base::openmode __which = ios_base::in | ios_base::out)
164 ios_base::openmode __which = ios_base::in | ios_base::out)
276 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
277 ios_base::openmode __which = ios_base::in | ios_base::out);
279 ios_base::openmode __which = ios_base::in | ios_base::out);
375 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir,
376 ios_base::openmode)
383 basic_streambuf<_CharT, _Traits>::seekpos(pos_type, ios_base::openmode)