Searched refs:tellp (Results 1 – 9 of 9) sorted by relevance
46 assert(os.tellp() == -1); in main()51 assert(os.tellp() == 10); in main()
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()359 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(10) ); in tellp()773 file_pos.push_back(make_pair(out.tellp(), index)); in big_file()
141 pos_type tellp() { in tellp() function
67 pos_type tellp();204 pos_type tellp();982 basic_ostream<_CharT, _Traits>::tellp()
1615 $(call gen-test, input.output/iostream.format/output.streams/ostream.seeks/tellp)
1624 $(call gen-test, input.output/iostream.format/output.streams/ostream.seeks/tellp)