Home
last modified time | relevance | path

Searched refs:gtest_color (Results 1 – 1 of 1) sorted by relevance

/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc3240 const char* const gtest_color = c.c_str(); in ShouldUseColor() local
3242 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()