Home
last modified time | relevance | path

Searched refs:ColorPrintf (Results 1 – 3 of 3) sorted by relevance

/third_party/benchmark/src/
Dcolorprint.cc121 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
Dcolorprint.h23 void ColorPrintf(std::ostream& out, LogColor color, const char* fmt,
25 void ColorPrintf(std::ostream& out, LogColor color, const char* fmt, ...);
Dconsole_reporter.cc131 ? static_cast<PrinterFn*>(ColorPrintf) in PrintRunData()