Lines Matching refs:cur
286 is.seekg( 8, ios_base::cur ); in tellg()
299 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(6) ); in tellp()
307 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(9) ); in tellp()
339 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(expe… in tellp()
358 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(10) … in tellp()
409 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( 0, ios_base::cur ) == fstream::pos_type(chars_read) ); in seek()
410 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( -chars_read, ios_base::cur ) == fstream::pos_type(0) ); in seek()
436 fstream::pos_type pos = s.rdbuf()->pubseekoff(0, ios_base::cur); in seek()
440 offset = s.rdbuf()->pubseekoff( -offset, ios_base::cur ); in seek()
448 pos = s.rdbuf()->pubseekoff(0, ios_base::cur); in seek()
450 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff(-5, ios_base::cur) == fstream::pos_type(0) ); in seek()
489 fstream::pos_type pos = s.rdbuf()->pubseekoff(0, ios_base::cur); in seek()
493 off = s.rdbuf()->pubseekoff(-off, ios_base::cur); in seek()
503 pos = s.rdbuf()->pubseekoff(0, ios_base::cur); in seek()