Home
last modified time | relevance | path

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

/external/libcxx/utils/google-benchmark/src/
Dcolorprint.h9 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, ...);
Dcolorprint.cc42 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()
Dconsole_reporter.cc93 static void IgnoreColorPrint(std::ostream& out, LogColor, const char* fmt, in IgnoreColorPrint() argument
117 typedef void(PrinterFn)(std::ostream&, LogColor, const char*, ...); in PrintRunData()
/external/google-benchmark/src/
Dcolorprint.h9 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, ...);
Dcolorprint.cc42 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()
Dconsole_reporter.cc92 static void IgnoreColorPrint(std::ostream& out, LogColor, const char* fmt, in IgnoreColorPrint() argument
116 typedef void(PrinterFn)(std::ostream&, LogColor, const char*, ...); in PrintRunData()