Home | History | Annotate | Download | only in src

Lines Matching refs:ColoredPrintf

2620 void ColoredPrintf(GTestColor color, const char* fmt, ...) {
2725 ColoredPrintf(COLOR_YELLOW,
2731 ColoredPrintf(COLOR_YELLOW,
2738 ColoredPrintf(COLOR_YELLOW,
2743 ColoredPrintf(COLOR_GREEN, "[==========] ");
2752 ColoredPrintf(COLOR_GREEN, "[----------] ");
2761 ColoredPrintf(COLOR_GREEN, "[----------] ");
2772 ColoredPrintf(COLOR_GREEN, "[ RUN ] ");
2792 ColoredPrintf(COLOR_GREEN, "[ OK ] ");
2794 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2815 ColoredPrintf(COLOR_GREEN, "[----------] ");
2824 ColoredPrintf(COLOR_GREEN, "[----------] ");
2846 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2856 ColoredPrintf(COLOR_GREEN, "[==========] ");
2865 ColoredPrintf(COLOR_GREEN, "[ PASSED ] ");
2871 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2883 ColoredPrintf(COLOR_YELLOW,
4286 ColoredPrintf(COLOR_RED,
4320 ColoredPrintf(COLOR_RED, msg.GetString().c_str());
4328 ColoredPrintf(COLOR_RED, msg.GetString().c_str());
4337 ColoredPrintf(COLOR_RED, msg.GetString().c_str());
4680 ColoredPrintf(color, "%s", str);
4684 ColoredPrintf(color, "%s", String(str, p - str).c_str());
4689 ColoredPrintf(color, "@");