Home | History | Annotate | Download | only in src

Lines Matching refs:ColoredPrintf

2620 void ColoredPrintf(GTestColor color, const char* fmt, ...) {
2703 ColoredPrintf(COLOR_YELLOW,
2708 ColoredPrintf(COLOR_YELLOW,
2715 ColoredPrintf(COLOR_YELLOW,
2720 ColoredPrintf(COLOR_GREEN, "[==========] ");
2729 ColoredPrintf(COLOR_GREEN, "[----------] ");
2738 ColoredPrintf(COLOR_GREEN, "[----------] ");
2749 ColoredPrintf(COLOR_GREEN, "[ RUN ] ");
2773 ColoredPrintf(COLOR_GREEN, "[ OK ] ");
2775 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2793 ColoredPrintf(COLOR_GREEN, "[----------] ");
2802 ColoredPrintf(COLOR_GREEN, "[----------] ");
2824 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2841 ColoredPrintf(COLOR_GREEN, "[==========] ");
2850 ColoredPrintf(COLOR_GREEN, "[ PASSED ] ");
2856 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2868 ColoredPrintf(COLOR_YELLOW,
4075 ColoredPrintf(COLOR_RED,
4109 ColoredPrintf(COLOR_RED, msg.GetString().c_str());
4117 ColoredPrintf(COLOR_RED, msg.GetString().c_str());
4126 ColoredPrintf(COLOR_RED, msg.GetString().c_str());
4495 ColoredPrintf(color, "%s", str);
4499 ColoredPrintf(color, "%s", String(str, p - str).c_str());
4504 ColoredPrintf(color, "@");