Searched refs:ColorPrintf (Results 1 – 3 of 3) sorted by relevance
/third_party/benchmark/src/ |
D | colorprint.cc | 121 void ColorPrintf(std::ostream& out, LogColor color, const char* fmt, ...) { in ColorPrintf() function 124 ColorPrintf(out, color, fmt, args); in ColorPrintf() 128 void ColorPrintf(std::ostream& out, LogColor color, const char* fmt, in ColorPrintf() function
|
D | colorprint.h | 23 void ColorPrintf(std::ostream& out, LogColor color, const char* fmt, 25 void ColorPrintf(std::ostream& out, LogColor color, const char* fmt, ...);
|
D | console_reporter.cc | 131 ? static_cast<PrinterFn*>(ColorPrintf) in PrintRunData()
|