Searched defs:tellp (Results 1 - 3 of 3) sorted by relevance

/external/stlport/test/unit/
H A Dsstream_test.cpp37 CPPUNIT_TEST(tellp);
57 void tellp();
409 CPPUNIT_CHECK( s.tellp() == stringstream::pos_type(7) );
444 void SstreamTest::tellp() function in class:SstreamTest
452 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(6) );
460 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(6) );
468 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(9) );
H A Dfstream_test.cpp44 CPPUNIT_TEST(tellp);
74 void tellp();
274 void FstreamTest::tellp() function in class:FstreamTest
282 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(6) );
290 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(9) );
322 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(expected_pos) );
340 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(10) );
754 file_pos.push_back(make_pair(out.tellp(), index));
/external/stlport/stlport/stl/
H A D_ostream.h141 pos_type tellp() { function in class:basic_ostream

Completed in 203 milliseconds