OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LogColor
(Results
1 - 6
of
6
) sorted by null
/external/google-benchmark/src/
colorprint.h
9
enum
LogColor
{
23
void ColorPrintf(std::ostream& out,
LogColor
color, const char* fmt,
25
void ColorPrintf(std::ostream& out,
LogColor
color, const char* fmt, ...);
colorprint.cc
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,
console_reporter.cc
92
static void IgnoreColorPrint(std::ostream& out,
LogColor
, const char* fmt,
116
typedef void(PrinterFn)(std::ostream&,
LogColor
, const char*, ...);
/external/libcxx/utils/google-benchmark/src/
colorprint.h
9
enum
LogColor
{
23
void ColorPrintf(std::ostream& out,
LogColor
color, const char* fmt,
25
void ColorPrintf(std::ostream& out,
LogColor
color, const char* fmt, ...);
colorprint.cc
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,
console_reporter.cc
93
static void IgnoreColorPrint(std::ostream& out,
LogColor
, const char* fmt,
117
typedef void(PrinterFn)(std::ostream&,
LogColor
, const char*, ...);
Completed in 2797 milliseconds