Lines Matching refs:rdbuf
32 CPPUNIT_TEST(rdbuf);
52 void rdbuf();
313 void SstreamTest::rdbuf() in rdbuf() function in SstreamTest
320 ss.get( *os.rdbuf(), '\n' ); in rdbuf()
339 out << in.rdbuf(); in streambuf_output()
345 out << in.rdbuf(); in streambuf_output()
350 ostr << in.rdbuf(); in streambuf_output()
366 out << in.rdbuf(); in streambuf_output()
373 out << in.rdbuf(); in streambuf_output()
378 ostr << in.rdbuf(); in streambuf_output()
451 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(… in tellp()
459 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(… in tellp()
467 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(… in tellp()