Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-string.h108 static bool CStringEquals(const char* lhs, const char* rhs);
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc1250 bool String::CStringEquals(const char* lhs, const char* rhs) { in CStringEquals() function in testing::internal::String
1758 if (String::CStringEquals(lhs, rhs)) { in CmpHelperSTREQ()
1782 if (!String::CStringEquals(s1, s2)) { in CmpHelperSTRNE()
3273 term != nullptr && (String::CStringEquals(term, "xterm") || in ShouldUseColor()
3274 String::CStringEquals(term, "xterm-color") || in ShouldUseColor()
3275 String::CStringEquals(term, "xterm-kitty") || in ShouldUseColor()
3276 String::CStringEquals(term, "alacritty") || in ShouldUseColor()
3277 String::CStringEquals(term, "screen") || in ShouldUseColor()
3278 String::CStringEquals(term, "tmux") || in ShouldUseColor()
3279 String::CStringEquals(term, "rxvt-unicode") || in ShouldUseColor()
[all …]