Searched refs:ColorPrintf (Results 1 – 6 of 6) sorted by relevance
/external/libcxx/utils/google-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 | 120 (PrinterFn*)ColorPrintf : IgnoreColorPrint; in PrintRunData()
|
/external/google-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 | 119 (PrinterFn*)ColorPrintf : IgnoreColorPrint; in PrintRunData()
|