reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
42 PlatformColorCode GetPlatformColorCode(LogColor color) { 121 void ColorPrintf(std::ostream& out, LogColor color, const char* fmt, ...) { 128 void ColorPrintf(std::ostream& out, LogColor color, const char* fmt,utils/benchmark/src/colorprint.h
23 void ColorPrintf(std::ostream& out, LogColor color, const char* fmt, 25 void ColorPrintf(std::ostream& out, LogColor color, const char* fmt, ...);utils/benchmark/src/console_reporter.cc
93 static void IgnoreColorPrint(std::ostream& out, LogColor, const char* fmt, 102 typedef void(PrinterFn)(std::ostream&, LogColor, const char*, ...); 106 auto name_color =