Searched refs:gtest_color (Results 1 – 1 of 1) sorted by relevance
3240 const char* const gtest_color = c.c_str(); in ShouldUseColor() local3242 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) { in ShouldUseColor()3264 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") || in ShouldUseColor()3265 String::CaseInsensitiveCStringEquals(gtest_color, "true") || in ShouldUseColor()3266 String::CaseInsensitiveCStringEquals(gtest_color, "t") || in ShouldUseColor()3267 String::CStringEquals(gtest_color, "1"); in ShouldUseColor()