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

/external/stlport/test/unit/
H A Dsstream_test.cpp35 CPPUNIT_TEST(seekp);
55 void seekp();
404 void SstreamTest::seekp() function in class:SstreamTest
411 s.seekp( 0 );
414 s.seekp( 0, ios::beg );
424 with seekg and seekp (27.6.1.3, par 38; 27.6.2.4 par 2),
432 ss.seekp( 0, ios::end );
/external/stlport/stlport/stl/
H A D_ostream.h147 _Self& seekp(pos_type __pos) { function in class:basic_ostream
156 _Self& seekp(off_type __off, ios_base::seekdir __dir) { function in class:basic_ostream

Completed in 139 milliseconds