Lines Matching defs:ostr
246 ostringstream ostr;247 ostr << "Duration: " << duration << endl;248 CPPUNIT_MESSAGE(ostr.str().c_str());1277 ostringstream ostr;1278 ostr << str;1279 CPPUNIT_ASSERT( ostr.good() );1280 CPPUNIT_ASSERT( ostr.str() == str );