Searched refs:gtest_color (Results 1 – 1 of 1) sorted by relevance
2513 const char* const gtest_color = GTEST_FLAG(color).c_str(); in ShouldUseColor() local2515 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) { in ShouldUseColor()2531 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") || in ShouldUseColor()2532 String::CaseInsensitiveCStringEquals(gtest_color, "true") || in ShouldUseColor()2533 String::CaseInsensitiveCStringEquals(gtest_color, "t") || in ShouldUseColor()2534 String::CStringEquals(gtest_color, "1"); in ShouldUseColor()