Home | History | Annotate | Download | only in src

Lines Matching full:gtest_color

2587   const char* const gtest_color = GTEST_FLAG(color).c_str();
2589 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) {
2608 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") ||
2609 String::CaseInsensitiveCStringEquals(gtest_color, "true") ||
2610 String::CaseInsensitiveCStringEquals(gtest_color, "t") ||
2611 String::CStringEquals(gtest_color, "1");