Searched refs:CStringEquals (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-string.h | 102 static bool CStringEquals(const char* lhs, const char* rhs);
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest.cc | 861 bool String::CStringEquals(const char * lhs, const char * rhs) { in CStringEquals() function in testing::internal::String 1153 if (String::CStringEquals(expected, actual)) { in CmpHelperSTREQ() 1185 if (!String::CStringEquals(s1, s2)) { in CmpHelperSTRNE() 2571 String::CStringEquals(term, "xterm") || in ShouldUseColor() 2572 String::CStringEquals(term, "xterm-color") || in ShouldUseColor() 2573 String::CStringEquals(term, "xterm-256color") || in ShouldUseColor() 2574 String::CStringEquals(term, "screen") || in ShouldUseColor() 2575 String::CStringEquals(term, "screen-256color") || in ShouldUseColor() 2576 String::CStringEquals(term, "linux") || in ShouldUseColor() 2577 String::CStringEquals(term, "cygwin"); in ShouldUseColor() [all …]
|