Home
last modified time | relevance | path

Searched defs:AppendOutput (Results 1 – 1 of 1) sorted by relevance

/system/testing/gtest_extras/
DTest.h55 void AppendOutput(std::string& output) { output_ += output; } in AppendOutput() function
56 void AppendOutput(const char* output) { output_ += output; } in AppendOutput() function