Home | History | Annotate | Download | only in gtest

Lines Matching refs:ColoredPrintf

2241 void ColoredPrintf(GTestColor color, const char* fmt, ...) {
2278 using internal::ColoredPrintf;
2316 ColoredPrintf(COLOR_YELLOW,
2321 ColoredPrintf(COLOR_GREEN, "[==========] ");
2329 ColoredPrintf(COLOR_GREEN, "[----------] ");
2339 ColoredPrintf(COLOR_GREEN, "[----------] ");
2345 ColoredPrintf(COLOR_GREEN, "[ RUN ] ");
2353 ColoredPrintf(COLOR_GREEN, "[ OK ] ");
2355 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2375 ColoredPrintf(COLOR_GREEN, "[----------] ");
2402 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2414 ColoredPrintf(COLOR_GREEN, "[==========] ");
2418 ColoredPrintf(COLOR_GREEN, "[ PASSED ] ");
2424 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2436 ColoredPrintf(COLOR_YELLOW,