Searched defs:AppendOutput (Results 1 – 1 of 1) sorted by relevance
53 void AppendOutput(std::string& output) { output_ += output; } in AppendOutput() function54 void AppendOutput(const char* output) { output_ += output; } in AppendOutput() function