Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-string.h108 static bool CStringEquals(const char* lhs, const char* rhs);
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc1224 bool String::CStringEquals(const char* lhs, const char* rhs) { in CStringEquals() function in testing::internal::String
1732 if (String::CStringEquals(lhs, rhs)) { in CmpHelperSTREQ()
1756 if (!String::CStringEquals(s1, s2)) { in CmpHelperSTRNE()
3251 term != nullptr && (String::CStringEquals(term, "xterm") || in ShouldUseColor()
3252 String::CStringEquals(term, "xterm-color") || in ShouldUseColor()
3253 String::CStringEquals(term, "xterm-kitty") || in ShouldUseColor()
3254 String::CStringEquals(term, "screen") || in ShouldUseColor()
3255 String::CStringEquals(term, "tmux") || in ShouldUseColor()
3256 String::CStringEquals(term, "rxvt-unicode") || in ShouldUseColor()
3257 String::CStringEquals(term, "linux") || in ShouldUseColor()
[all …]