Searched refs:gtest_color (Results 1 – 1 of 1) sorted by relevance
2991 const char* const gtest_color = GTEST_FLAG(color).c_str(); in ShouldUseColor() local2993 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) { in ShouldUseColor()3017 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") || in ShouldUseColor()3018 String::CaseInsensitiveCStringEquals(gtest_color, "true") || in ShouldUseColor()3019 String::CaseInsensitiveCStringEquals(gtest_color, "t") || in ShouldUseColor()3020 String::CStringEquals(gtest_color, "1"); in ShouldUseColor()