Searched refs:seekp (Results 1 – 4 of 4) sorted by relevance
35 CPPUNIT_TEST(seekp);55 void seekp();404 void SstreamTest::seekp() in seekp() function in SstreamTest411 s.seekp( 0 ); in seekp()414 s.seekp( 0, ios::beg ); in seekp()432 ss.seekp( 0, ios::end ); in seek_gp()
147 _Self& seekp(pos_type __pos) { in seekp() function156 _Self& seekp(off_type __off, ios_base::seekdir __dir) { in seekp() function
261 seekg and seekp (27.6.1.3, par 38; 27.6.2.4 par 2), but this2404 * test/unit/sstream_test.cpp: test for seekp added.
7212 * _ostream.h, _istream.h: fix of a non-standard behavior of the seekp