Searched refs:CaseInsensitiveCStringEquals (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-string.h124 static bool CaseInsensitiveCStringEquals(const char* lhs,
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc1507 if (String::CaseInsensitiveCStringEquals(lhs, rhs)) {
1537 if (!String::CaseInsensitiveCStringEquals(s1, s2)) {
1905 bool String::CaseInsensitiveCStringEquals(const char * lhs, const char * rhs) { function in class:testing::internal::String
1954 CaseInsensitiveCStringEquals(str.c_str() + str_len - suffix_len,
2919 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) {
2943 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") ||
2944 String::CaseInsensitiveCStringEquals(gtest_color, "true") ||
2945 String::CaseInsensitiveCStringEquals(gtest_color, "t") ||
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1090 inline bool CaseInsensitiveCStringEquals(const char* lhs, const char* rhs) { function in namespace:testing::internal
1091 return String::CaseInsensitiveCStringEquals(lhs, rhs);
1094 inline bool CaseInsensitiveCStringEquals(const wchar_t* lhs, function in namespace:testing::internal
1105 if (!CaseInsensitiveCStringEquals(s1.c_str(), s2.c_str())) {

Completed in 44 milliseconds