Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-string.h108 static bool CStringEquals(const char* lhs, const char* rhs);
/freebsd-14.2/contrib/googletest/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()
3254 String::CStringEquals(term, "screen") || in ShouldUseColor()
3255 String::CStringEquals(term, "tmux") || in ShouldUseColor()
3257 String::CStringEquals(term, "linux") || in ShouldUseColor()
3258 String::CStringEquals(term, "cygwin") || in ShouldUseColor()
3267 String::CStringEquals(gtest_color, "1"); in ShouldUseColor()
[all …]