Searched defs:seekp (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp811.C466 ostream& seekp(streampos pos) { return ((ostream*)this)->seekp(pos); } function in class:iostream
467 ostream& seekp(streamoff off, _seek_dir dir) function in class:iostream
H A Dp784.C775 ostream& seekp(streampos pos) { return ((ostream*)this)->seekp(pos); } function in class:iostream
776 ostream& seekp(streamoff off, _seek_dir dir) function in class:iostream

Completed in 41 milliseconds