Lines Matching refs:out
336 ostream out(&full_buf); in streambuf_output() local
337 CPPUNIT_ASSERT( out ); in streambuf_output()
339 out << in.rdbuf(); in streambuf_output()
340 CPPUNIT_ASSERT( out ); in streambuf_output()
345 out << in.rdbuf(); in streambuf_output()
346 CPPUNIT_ASSERT( out.fail() ); in streambuf_output()
363 ostream out(&full_buf); in streambuf_output() local
364 CPPUNIT_ASSERT( out ); in streambuf_output()
366 out << in.rdbuf(); in streambuf_output()
367 CPPUNIT_ASSERT( out.bad() ); in streambuf_output()
372 out.clear(); in streambuf_output()
373 out << in.rdbuf(); in streambuf_output()
374 CPPUNIT_ASSERT( out.fail() && out.bad() ); 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()