Lines Matching full:oss
248 ostringstream oss;249 printIVal<T>(fmt, ival, oss);250 return oss.str();263 ostringstream oss;264 printValue(fmt, val, oss);265 return oss.str();4462 ostringstream oss;4468 (*it)->printDefinition(oss);4471 log() << TestLog::Message << "Reference definitions:\n" << oss.str()