Searched refs:tellg (Results 1 – 10 of 10) sorted by relevance
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()
43 CPPUNIT_TEST(tellg);73 void tellg();210 void FstreamTest::tellg() in tellg() function in FstreamTest235 CPPUNIT_ASSERT( is.tellg() == p ); in tellg()251 is.tellg(); in tellg()252 CPPUNIT_ASSERT( is.tellg() == p ); in tellg()266 CPPUNIT_ASSERT( is.tellg() == p ); in tellg()
314 CPPUNIT_ASSERT( (int)istr.tellg() == 0 ); in variable_encoding()327 CPPUNIT_ASSERT( (int)istr.tellg() == theoricalPos ); in variable_encoding()348 CPPUNIT_ASSERT( (int)istr.tellg() == 0 ); in variable_encoding()370 if ((int)istr.tellg() != theoricalTellg) { in variable_encoding()371 CPPUNIT_ASSERT( (int)istr.tellg() == theoricalTellg ); in variable_encoding()
174 for (int i = 0; i < kFileAlign && strm.tellg() % kFileAlign; ++i) in Read()185 for (int i = 0; i < kFileAlign && strm.tellg() % kFileAlign; ++i) in Read()
561 int64_t eofPos = (int64_t) file.tellg(); in handleFile()578 eofPos = (int64_t) file.tellg(); in handleFile()580 eofPos = eofPos - (int64_t) file.tellg(); in handleFile()596 int64_t eofPos = (int64_t) file.tellg(); in handleFile()600 eofPos = eofPos - (int64_t) file.tellg(); in handleFile()
163 pos_type tellg();
494 basic_istream<_CharT, _Traits>::tellg() { in tellg() function
563 int64_t eofPos = (int64_t) file.tellg(); in handleFile()580 eofPos = (int64_t) file.tellg(); in handleFile()582 eofPos = eofPos - (int64_t) file.tellg(); in handleFile()
102 * _fstream.c : fixed tellg() bug in text mode
6562 * test/unit/fstream_test.cpp: test for correct report by tellg added.