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.cc1262 bool String::CStringEquals(const char* lhs, const char* rhs) { in CStringEquals() function in testing::internal::String
1785 if (String::CStringEquals(lhs, rhs)) { in CmpHelperSTREQ()
1809 if (!String::CStringEquals(s1, s2)) { in CmpHelperSTRNE()
3300 term != nullptr && (String::CStringEquals(term, "xterm") || in ShouldUseColor()
3301 String::CStringEquals(term, "xterm-color") || in ShouldUseColor()
3302 String::CStringEquals(term, "xterm-kitty") || in ShouldUseColor()
3303 String::CStringEquals(term, "alacritty") || in ShouldUseColor()
3304 String::CStringEquals(term, "screen") || in ShouldUseColor()
3305 String::CStringEquals(term, "tmux") || in ShouldUseColor()
3306 String::CStringEquals(term, "rxvt-unicode") || in ShouldUseColor()
[all …]