Home
last modified time | relevance | path

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

/aosp12/system/testing/gtest_extras/
H A DTest.h53 void AppendOutput(std::string& output) { output_ += output; } in AppendOutput() function
54 void AppendOutput(const char* output) { output_ += output; } in AppendOutput() function