Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc3008 if (String::CaseInsensitiveCStringEquals(lhs, rhs)) { in CmpHelperSTRCASEEQ()
3038 if (!String::CaseInsensitiveCStringEquals(s1, s2)) { in CmpHelperSTRCASENE()
3406 bool String::CaseInsensitiveCStringEquals(const char * lhs, const char * rhs) { in CaseInsensitiveCStringEquals() function in testing::internal::String
3455 CaseInsensitiveCStringEquals(str.c_str() + str_len - suffix_len, in EndsWithCaseInsensitive()
4443 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) { in ShouldUseColor()
4467 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") || in ShouldUseColor()
4468 String::CaseInsensitiveCStringEquals(gtest_color, "true") || in ShouldUseColor()
4469 String::CaseInsensitiveCStringEquals(gtest_color, "t") || in ShouldUseColor()
Dgtest.h4395 static bool CaseInsensitiveCStringEquals(const char* lhs,