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);
140 pos_type pubseekoff(off_type __off, ios_base::seekdir __way,
141 ios_base::openmode __which = ios_base::in | ios_base::out);
143 ios_base::openmode __which = ios_base::in | ios_base::out);
188 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
189 ios_base::openmode __which = ios_base::in | ios_base::out);
191 ios_base::openmode __which = ios_base::in | ios_base::out);
253 ios_base::seekdir __way,
254 ios_base::openmode __which)
263 ios_base::openmode __which)
464 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir,
465 ios_base::openmode)
472 basic_streambuf<_CharT, _Traits>::seekpos(pos_type, ios_base::openmode)