Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-string.h107 static bool CStringEquals(const char* lhs, const char* rhs);
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1498 if (String::CStringEquals(lhs, rhs)) { in CmpHelperSTREQ()
1530 if (!String::CStringEquals(s1, s2)) { in CmpHelperSTRNE()
3002 String::CStringEquals(term, "xterm") || in ShouldUseColor()
3003 String::CStringEquals(term, "xterm-color") || in ShouldUseColor()
3005 String::CStringEquals(term, "screen") || in ShouldUseColor()
3007 String::CStringEquals(term, "tmux") || in ShouldUseColor()
3008 String::CStringEquals(term, "tmux-256color") || in ShouldUseColor()
3009 String::CStringEquals(term, "rxvt-unicode") || in ShouldUseColor()
3011 String::CStringEquals(term, "linux") || in ShouldUseColor()
3012 String::CStringEquals(term, "cygwin"); in ShouldUseColor()
[all …]