Lines Matching refs:tmp
35 string tmp; in ioiter_test() local
48 tmp += c; in ioiter_test()
50 CPPUNIT_ASSERT( tmp == "abcd" ); in ioiter_test()
55 tmp.clear(); in ioiter_test()
59 tmp += c; in ioiter_test()
61 CPPUNIT_ASSERT( tmp == "abcd" ); in ioiter_test()
63 tmp.clear(); in ioiter_test()
68 tmp += c; in ioiter_test()
71 CPPUNIT_ASSERT( tmp == "abcd" ); in ioiter_test()
73 tmp.clear(); in ioiter_test()
79 tmp += c; in ioiter_test()
81 CPPUNIT_ASSERT( tmp == "abcd" ); in ioiter_test()