Searched defs:seekp (Results 1 – 4 of 4) sorted by relevance
233 seekp(pos_type __pos) in seekp() function in basic_ostream260 seekp(off_type __off, ios_base::seekdir __dir) in seekp() function in basic_ostream
428 basic_ostream<_CharT, _Traits>::seekp(pos_type __pos) in seekp() function in std::basic_ostream454 seekp(off_type __off, ios_base::seekdir __dir) in seekp() function in std::basic_ostream
466 ostream& seekp(streampos pos) { return ((ostream*)this)->seekp(pos); } in seekp() function467 ostream& seekp(streamoff off, _seek_dir dir) in seekp() function
774 ostream& seekp(streampos pos) { return ((ostream*)this)->seekp(pos); } in seekp() function775 ostream& seekp(streamoff off, _seek_dir dir) in seekp() function