Searched refs:COLOR_RED (Results 1 – 4 of 4) sorted by relevance
66 ColoredPrintf(COLOR_RED, "[ FAILED ]"); in PrintGtestFormat()90 ColoredPrintf(COLOR_RED, "[ FAILED ]"); in Print()93 ColoredPrintf(COLOR_RED, "[ TIMEOUT ]"); in Print()
23 static constexpr const char* COLOR_RED = "\033[0;31m"; variable
478 .color = COLOR_RED,487 .color = COLOR_RED,496 .color = COLOR_RED,715 ColoredPrintf(COLOR_RED, in Run()
65 #define COLOR_RED "\x1B[0;91m" macro124 cout << COLOR_RED << message << COLOR_OFF << endl; in PrintError()129 << (status ? (COLOR_GREEN "success") : (COLOR_RED "failure")) in PrintOpStatus()