Searched refs:tellp (Results 1 – 5 of 5) sorted by relevance
37 CPPUNIT_TEST(tellp);57 void tellp();409 CPPUNIT_CHECK( s.tellp() == stringstream::pos_type(7) ); in seekp()444 void SstreamTest::tellp() in tellp() function in SstreamTest452 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(6) ); in tellp()460 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(6) ); in tellp()468 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(9) ); in tellp()
44 CPPUNIT_TEST(tellp);74 void tellp();292 void FstreamTest::tellp() in tellp() function in FstreamTest300 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(6) ); in tellp()308 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(9) ); in tellp()340 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(expected_pos) ); in tellp()358 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(10) ); in tellp()772 file_pos.push_back(make_pair(out.tellp(), index)); in big_file()
141 pos_type tellp() { in tellp() function