Searched refs:StrCaseCmp (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2307 inline int StrCaseCmp(const char* s1, const char* s2) { function in namespace:testing::internal::posix
2317 inline int StrCaseCmp(const char* s1, const char* s2) { function in namespace:testing::internal::posix
2343 inline int StrCaseCmp(const char* s1, const char* s2) {
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc1910 return posix::StrCaseCmp(lhs, rhs) == 0;

Completed in 34 milliseconds