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