Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-string.h144 static bool CaseInsensitiveWideCStringEquals(const wchar_t* lhs,
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h637 return String::CaseInsensitiveWideCStringEquals(lhs, rhs);
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1931 bool String::CaseInsensitiveWideCStringEquals(const wchar_t* lhs, in CaseInsensitiveWideCStringEquals() function in testing::internal::String