Home | History | Annotate | Download | only in src

Lines Matching refs:ColoredPrintf

2590 void ColoredPrintf(GTestColor color, const char* fmt, ...) {
2673 ColoredPrintf(COLOR_YELLOW,
2678 ColoredPrintf(COLOR_YELLOW,
2685 ColoredPrintf(COLOR_YELLOW,
2690 ColoredPrintf(COLOR_GREEN, "[==========] ");
2699 ColoredPrintf(COLOR_GREEN, "[----------] ");
2708 ColoredPrintf(COLOR_GREEN, "[----------] ");
2719 ColoredPrintf(COLOR_GREEN, "[ RUN ] ");
2743 ColoredPrintf(COLOR_GREEN, "[ OK ] ");
2745 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2763 ColoredPrintf(COLOR_GREEN, "[----------] ");
2772 ColoredPrintf(COLOR_GREEN, "[----------] ");
2794 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2811 ColoredPrintf(COLOR_GREEN, "[==========] ");
2820 ColoredPrintf(COLOR_GREEN, "[ PASSED ] ");
2826 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2838 ColoredPrintf(COLOR_YELLOW,
4044 ColoredPrintf(COLOR_RED,
4078 ColoredPrintf(COLOR_RED, msg.GetString().c_str());
4086 ColoredPrintf(COLOR_RED, msg.GetString().c_str());
4095 ColoredPrintf(COLOR_RED, msg.GetString().c_str());
4437 ColoredPrintf(color, "%s", str);
4441 ColoredPrintf(color, "%s", String(str, p - str).c_str());
4446 ColoredPrintf(color, "@");