Home | History | Annotate | Download | only in googletest

Lines Matching refs:ColoredPrintf

2592 void ColoredPrintf(GTestColor color, const char* fmt, ...) {
2697 ColoredPrintf(COLOR_YELLOW,
2703 ColoredPrintf(COLOR_YELLOW,
2710 ColoredPrintf(COLOR_YELLOW,
2715 ColoredPrintf(COLOR_GREEN, "[==========] ");
2724 ColoredPrintf(COLOR_GREEN, "[----------] ");
2733 ColoredPrintf(COLOR_GREEN, "[----------] ");
2744 ColoredPrintf(COLOR_GREEN, "[ RUN ] ");
2764 ColoredPrintf(COLOR_GREEN, "[ OK ] ");
2766 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2787 ColoredPrintf(COLOR_GREEN, "[----------] ");
2796 ColoredPrintf(COLOR_GREEN, "[----------] ");
2818 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2828 ColoredPrintf(COLOR_GREEN, "[==========] ");
2837 ColoredPrintf(COLOR_GREEN, "[ PASSED ] ");
2843 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2855 ColoredPrintf(COLOR_YELLOW,
4254 ColoredPrintf(COLOR_RED,
4288 ColoredPrintf(COLOR_RED, msg.GetString().c_str());
4296 ColoredPrintf(COLOR_RED, msg.GetString().c_str());
4305 ColoredPrintf(COLOR_RED, msg.GetString().c_str());
4648 ColoredPrintf(color, "%s", str);
4652 ColoredPrintf(color, "%s", String(str, p - str).c_str());
4657 ColoredPrintf(color, "@");