Searched refs:COLOR_RED (Results 1 – 4 of 4) sorted by relevance
23 static constexpr const char* COLOR_RED = "\033[0;31m"; variable
73 ColoredPrintf(COLOR_RED, "[ FAILED ]"); in Print()
513 .color = COLOR_RED,522 .color = COLOR_RED,531 .color = COLOR_RED,757 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()