Lines Matching defs:output
109 MyOutput* output, IDebugControl4* p_debug_control) {
110 output->ClearLog();
114 CHECK(output->GetLog().find(expected) != std::string::npos);
126 // in the output directory alongside the data dependencies required by this
206 // Set the output callbacks after the extension is loaded, so it gets
208 // reporting that the output buffer was leaked during extension teardown.
209 MyOutput output(p_client);
218 {"kNamedExpression"}, &output, p_debug_control.Get());
222 {"NullValue", "Oddball"}, &output, p_debug_control.Get());
227 {"\"secondProp\"", "SeqOneByteString"}, &output, p_debug_control.Get());
236 // {"\"hello\""}, &output, p_debug_control.Get());
239 {"\"a\"", "SeqOneByteString"}, &output,
243 {"\"b\"", "SeqOneByteString"}, &output,
247 {"empty_string \"\"", "SeqOneByteString"}, &output,