Lines Matching defs:_o
26 _o(o),
36 (*_o) << "**************************************************" << endl;
37 _o->flush();
54 (*_o) << _base.c_str() << "_";
56 (*_o) << "_";
58 (*_o) << " ";
61 (*_o) << test.suiteName() << "_|_" << test.testName();
62 (*_o) << " ";
66 (*_o) << " ";
69 (*_o) << " : ";
73 (*_o) << "PASS";
77 (*_o) << "OMIT";
81 (*_o) << "WARNING";
85 (*_o) << "FAILURE";
90 (*_o) << endl;
92 (*_o) << " " << (*it).c_str() << endl;
97 (*_o) << "**************************************************" << endl;
98 (*_o) << "Command line asked for " << desc.numTotalTests() << " of " << desc.numTotalTests() << " tests" << endl;
99 (*_o) << "Of those: "
298 return _o;
343 (*_o) << "0";
345 (*_o) << num;
363 OutputStream *_o;