Lines Matching refs:SstreamTest
19 class SstreamTest : public CPPUNIT_NS::TestCase class
21 CPPUNIT_TEST_SUITE(SstreamTest);
61 CPPUNIT_TEST_SUITE_REGISTRATION(SstreamTest);
66 void SstreamTest::output() in output()
94 void SstreamTest::input() in input()
131 void SstreamTest::input_char() in input_char()
143 void SstreamTest::io() in io()
173 void SstreamTest::err() in err()
187 void SstreamTest::err_long() in err_long()
201 void SstreamTest::maxint() in maxint()
227 void SstreamTest::init_in() in init_in()
251 void SstreamTest::init_out() in init_out()
287 void SstreamTest::buf() in buf()
313 void SstreamTest::rdbuf() in rdbuf()
329 void SstreamTest::streambuf_output() in streambuf_output()
386 void SstreamTest::seek() in seek()
404 void SstreamTest::seekp() in seekp()
419 void SstreamTest::seek_gp() in seek_gp()
444 void SstreamTest::tellp() in tellp()
481 void SstreamTest::negative() in negative()