Home
last modified time | relevance | path

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

/external/libcxx/utils/google-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.cc120 (PrinterFn*)ColorPrintf : IgnoreColorPrint; in PrintRunData()
/external/google-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.cc119 (PrinterFn*)ColorPrintf : IgnoreColorPrint; in PrintRunData()