Searched refs:LogColor (Results 1 – 6 of 6) sorted by relevance
/external/google-benchmark/src/ |
D | colorprint.h | 9 enum LogColor { enum 23 void ColorPrintf(std::ostream& out, LogColor color, const char* fmt, 25 void ColorPrintf(std::ostream& out, LogColor color, const char* fmt, ...);
|
D | colorprint.cc | 42 PlatformColorCode GetPlatformColorCode(LogColor color) { in GetPlatformColorCode() 121 void ColorPrintf(std::ostream& out, LogColor color, const char* fmt, ...) { in ColorPrintf() 128 void ColorPrintf(std::ostream& out, LogColor color, const char* fmt, in ColorPrintf()
|
D | console_reporter.cc | 92 static void IgnoreColorPrint(std::ostream& out, LogColor, const char* fmt, in IgnoreColorPrint() argument 116 typedef void(PrinterFn)(std::ostream&, LogColor, const char*, ...); in PrintRunData()
|
/external/libcxx/utils/google-benchmark/src/ |
D | colorprint.h | 9 enum LogColor { enum 23 void ColorPrintf(std::ostream& out, LogColor color, const char* fmt, 25 void ColorPrintf(std::ostream& out, LogColor color, const char* fmt, ...);
|
D | colorprint.cc | 42 PlatformColorCode GetPlatformColorCode(LogColor color) { in GetPlatformColorCode() 121 void ColorPrintf(std::ostream& out, LogColor color, const char* fmt, ...) { in ColorPrintf() 128 void ColorPrintf(std::ostream& out, LogColor color, const char* fmt, in ColorPrintf()
|
D | console_reporter.cc | 93 static void IgnoreColorPrint(std::ostream& out, LogColor, const char* fmt, in IgnoreColorPrint() argument 117 typedef void(PrinterFn)(std::ostream&, LogColor, const char*, ...); in PrintRunData()
|