Searched refs:CStringEquals (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 2360 bool String::CStringEquals(const char * lhs, const char * rhs) { in CStringEquals() function in testing::internal::String 2652 if (String::CStringEquals(expected, actual)) { in CmpHelperSTREQ() 2684 if (!String::CStringEquals(s1, s2)) { in CmpHelperSTRNE() 4081 String::CStringEquals(term, "xterm") || in ShouldUseColor() 4082 String::CStringEquals(term, "xterm-color") || in ShouldUseColor() 4083 String::CStringEquals(term, "xterm-256color") || in ShouldUseColor() 4084 String::CStringEquals(term, "screen") || in ShouldUseColor() 4085 String::CStringEquals(term, "screen-256color") || in ShouldUseColor() 4086 String::CStringEquals(term, "linux") || in ShouldUseColor() 4087 String::CStringEquals(term, "cygwin"); in ShouldUseColor() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 3423 static bool CStringEquals(const char* lhs, const char* rhs);
|