Searched refs:tellg (Results 1 – 13 of 13) sorted by relevance
30 size_t a=is.tellg(); in main()32 size_t b=is.tellg(); in main()
56 assert(is.tellg() == 5); in main()61 assert(is.tellg() == 5); in main()
390 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(0) ); in seek()392 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(6) ); in seek()394 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(3) ); in seek()397 CPPUNIT_ASSERT( is.tellg() == stringstream::pos_type(0) ); in seek()399 CPPUNIT_ASSERT( is.tellg() == stringstream::pos_type(6) ); in seek()401 CPPUNIT_ASSERT( is.tellg() == stringstream::pos_type(3) ); in seek()
315 CPPUNIT_ASSERT( (int)istr.tellg() == 0 ); in variable_encoding()328 CPPUNIT_ASSERT( (int)istr.tellg() == theoricalPos ); in variable_encoding()350 CPPUNIT_ASSERT( (int)istr.tellg() == 0 ); in variable_encoding()372 if ((int)istr.tellg() != theoricalTellg) { in variable_encoding()373 CPPUNIT_ASSERT( (int)istr.tellg() == theoricalTellg ); in variable_encoding()
43 CPPUNIT_TEST(tellg);73 void tellg();228 void FstreamTest::tellg() in tellg() function in FstreamTest253 CPPUNIT_ASSERT( is.tellg() == p ); in tellg()269 is.tellg(); in tellg()270 CPPUNIT_ASSERT( is.tellg() == p ); in tellg()284 CPPUNIT_ASSERT( is.tellg() == p ); in tellg()
163 pos_type tellg();
494 basic_istream<_CharT, _Traits>::tellg() { in tellg() function
82 pos_type tellg();241 pos_type tellg();1341 basic_istream<_CharT, _Traits>::tellg()
1581 $(call gen-test, input.output/iostream.format/input.streams/istream.unformatted/tellg)
1572 $(call gen-test, input.output/iostream.format/input.streams/istream.unformatted/tellg)