Searched refs:CStringEquals (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/ |
H A D | gtest-string.h | 103 static bool CStringEquals(const char* lhs, const char* rhs);
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
H A D | gtest.cc | 912 bool String::CStringEquals(const char * lhs, const char * rhs) { in CStringEquals() function in testing::internal::String 1498 if (String::CStringEquals(lhs, rhs)) { in CmpHelperSTREQ() 1530 if (!String::CStringEquals(s1, s2)) { in CmpHelperSTRNE() 3002 String::CStringEquals(term, "xterm") || in ShouldUseColor() 3003 String::CStringEquals(term, "xterm-color") || in ShouldUseColor() 3004 String::CStringEquals(term, "xterm-256color") || in ShouldUseColor() 3005 String::CStringEquals(term, "screen") || in ShouldUseColor() 3006 String::CStringEquals(term, "screen-256color") || in ShouldUseColor() 3007 String::CStringEquals(term, "tmux") || in ShouldUseColor() 3008 String::CStringEquals(term, "tmux-256color") || in ShouldUseColor() [all …]
|