Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-string.h102 static bool CStringEquals(const char* lhs, const char* rhs);
/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest.cc1541 if (String::CStringEquals(lhs, rhs)) { in CmpHelperSTREQ()
1573 if (!String::CStringEquals(s1, s2)) { in CmpHelperSTRNE()
3025 String::CStringEquals(term, "xterm") || in ShouldUseColor()
3026 String::CStringEquals(term, "xterm-color") || in ShouldUseColor()
3028 String::CStringEquals(term, "screen") || in ShouldUseColor()
3030 String::CStringEquals(term, "tmux") || in ShouldUseColor()
3031 String::CStringEquals(term, "tmux-256color") || in ShouldUseColor()
3032 String::CStringEquals(term, "rxvt-unicode") || in ShouldUseColor()
3034 String::CStringEquals(term, "linux") || in ShouldUseColor()
3035 String::CStringEquals(term, "cygwin"); in ShouldUseColor()
[all …]