Home
last modified time | relevance | path

Searched refs:CaseInsensitiveCStringEquals (Results 1 – 24 of 24) sorted by relevance

/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-string.h124 static bool CaseInsensitiveCStringEquals(const char* lhs,
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-string.h124 static bool CaseInsensitiveCStringEquals(const char* lhs,
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-string.h124 static bool CaseInsensitiveCStringEquals(const char* lhs,
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-string.h125 static bool CaseInsensitiveCStringEquals(const char* lhs,
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-string.h126 static bool CaseInsensitiveCStringEquals(const char *lhs, const char *rhs);
/external/googletest/googletest/include/gtest/internal/
Dgtest-string.h126 static bool CaseInsensitiveCStringEquals(const char* lhs,
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-string.h160 static bool CaseInsensitiveCStringEquals(const char* lhs,
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc1181 if (String::CaseInsensitiveCStringEquals(expected, actual)) { in CmpHelperSTRCASEEQ()
1211 if (!String::CaseInsensitiveCStringEquals(s1, s2)) { in CmpHelperSTRCASENE()
1596 bool String::CaseInsensitiveCStringEquals(const char * lhs, const char * rhs) { in CaseInsensitiveCStringEquals() function in testing::internal::String
1687 CaseInsensitiveCStringEquals(c_str() + this_len - suffix_len, suffix); in EndsWithCaseInsensitive()
2560 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) { in ShouldUseColor()
2579 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") || in ShouldUseColor()
2580 String::CaseInsensitiveCStringEquals(gtest_color, "true") || in ShouldUseColor()
2581 String::CaseInsensitiveCStringEquals(gtest_color, "t") || in ShouldUseColor()
/external/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest.cc1507 if (String::CaseInsensitiveCStringEquals(lhs, rhs)) { in CmpHelperSTRCASEEQ()
1537 if (!String::CaseInsensitiveCStringEquals(s1, s2)) { in CmpHelperSTRCASENE()
1905 bool String::CaseInsensitiveCStringEquals(const char * lhs, const char * rhs) { in CaseInsensitiveCStringEquals() function in testing::internal::String
1954 CaseInsensitiveCStringEquals(str.c_str() + str_len - suffix_len, in EndsWithCaseInsensitive()
2919 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) { in ShouldUseColor()
2943 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") || in ShouldUseColor()
2944 String::CaseInsensitiveCStringEquals(gtest_color, "true") || in ShouldUseColor()
2945 String::CaseInsensitiveCStringEquals(gtest_color, "t") || in ShouldUseColor()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc1552 if (String::CaseInsensitiveCStringEquals(lhs, rhs)) { in CmpHelperSTRCASEEQ()
1582 if (!String::CaseInsensitiveCStringEquals(s1, s2)) { in CmpHelperSTRCASENE()
1950 bool String::CaseInsensitiveCStringEquals(const char * lhs, const char * rhs) { in CaseInsensitiveCStringEquals() function in testing::internal::String
1999 CaseInsensitiveCStringEquals(str.c_str() + str_len - suffix_len, in EndsWithCaseInsensitive()
2987 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) { in ShouldUseColor()
3011 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") || in ShouldUseColor()
3012 String::CaseInsensitiveCStringEquals(gtest_color, "true") || in ShouldUseColor()
3013 String::CaseInsensitiveCStringEquals(gtest_color, "t") || in ShouldUseColor()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest.cc1518 if (String::CaseInsensitiveCStringEquals(lhs, rhs)) { in CmpHelperSTRCASEEQ()
1548 if (!String::CaseInsensitiveCStringEquals(s1, s2)) { in CmpHelperSTRCASENE()
1914 bool String::CaseInsensitiveCStringEquals(const char * lhs, const char * rhs) { in CaseInsensitiveCStringEquals() function in testing::internal::String
1961 CaseInsensitiveCStringEquals(str.c_str() + str_len - suffix_len, in EndsWithCaseInsensitive()
2995 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) { in ShouldUseColor()
3019 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") || in ShouldUseColor()
3020 String::CaseInsensitiveCStringEquals(gtest_color, "true") || in ShouldUseColor()
3021 String::CaseInsensitiveCStringEquals(gtest_color, "t") || in ShouldUseColor()
/external/mesa3d/src/gtest/src/
Dgtest.cc1514 if (String::CaseInsensitiveCStringEquals(lhs, rhs)) { in CmpHelperSTRCASEEQ()
1544 if (!String::CaseInsensitiveCStringEquals(s1, s2)) { in CmpHelperSTRCASENE()
1913 bool String::CaseInsensitiveCStringEquals(const char * lhs, const char * rhs) { in CaseInsensitiveCStringEquals() function in testing::internal::String
1960 CaseInsensitiveCStringEquals(str.c_str() + str_len - suffix_len, in EndsWithCaseInsensitive()
2993 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) { in ShouldUseColor()
3017 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") || in ShouldUseColor()
3018 String::CaseInsensitiveCStringEquals(gtest_color, "true") || in ShouldUseColor()
3019 String::CaseInsensitiveCStringEquals(gtest_color, "t") || in ShouldUseColor()
/external/googletest/googletest/src/
Dgtest.cc1680 if (String::CaseInsensitiveCStringEquals(lhs, rhs)) { in CmpHelperSTRCASEEQ()
1710 if (!String::CaseInsensitiveCStringEquals(s1, s2)) { in CmpHelperSTRCASENE()
2079 bool String::CaseInsensitiveCStringEquals(const char * lhs, const char * rhs) { in CaseInsensitiveCStringEquals() function in testing::internal::String
2126 CaseInsensitiveCStringEquals(str.c_str() + str_len - suffix_len, in EndsWithCaseInsensitive()
3237 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) { in ShouldUseColor()
3261 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") || in ShouldUseColor()
3262 String::CaseInsensitiveCStringEquals(gtest_color, "true") || in ShouldUseColor()
3263 String::CaseInsensitiveCStringEquals(gtest_color, "t") || in ShouldUseColor()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc1623 if (String::CaseInsensitiveCStringEquals(lhs, rhs)) { in CmpHelperSTRCASEEQ()
1648 if (!String::CaseInsensitiveCStringEquals(s1, s2)) { in CmpHelperSTRCASENE()
2010 bool String::CaseInsensitiveCStringEquals(const char *lhs, const char *rhs) { in CaseInsensitiveCStringEquals() function in testing::internal::String
2057 CaseInsensitiveCStringEquals(str.c_str() + str_len - suffix_len, in EndsWithCaseInsensitive()
3065 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) { in ShouldUseColor()
3089 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") || in ShouldUseColor()
3090 String::CaseInsensitiveCStringEquals(gtest_color, "true") || in ShouldUseColor()
3091 String::CaseInsensitiveCStringEquals(gtest_color, "t") || in ShouldUseColor()
/external/fmtlib/test/
Dgmock-gtest-all.cc2605 if (String::CaseInsensitiveCStringEquals(expected, actual)) { in CmpHelperSTRCASEEQ()
2630 if (!String::CaseInsensitiveCStringEquals(s1, s2)) { in CmpHelperSTRCASENE()
2988 bool String::CaseInsensitiveCStringEquals(const char* lhs, const char* rhs) { in CaseInsensitiveCStringEquals() function in testing::internal::String
3035 CaseInsensitiveCStringEquals(str.c_str() + str_len - suffix_len, in EndsWithCaseInsensitive()
3955 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) { in ShouldUseColor()
3975 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") || in ShouldUseColor()
3976 String::CaseInsensitiveCStringEquals(gtest_color, "true") || in ShouldUseColor()
3977 String::CaseInsensitiveCStringEquals(gtest_color, "t") || in ShouldUseColor()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/
Dgmock-gtest-all.cc2955 if (String::CaseInsensitiveCStringEquals(lhs, rhs)) { in CmpHelperSTRCASEEQ()
2985 if (!String::CaseInsensitiveCStringEquals(s1, s2)) { in CmpHelperSTRCASENE()
3353 bool String::CaseInsensitiveCStringEquals(const char * lhs, const char * rhs) { in CaseInsensitiveCStringEquals() function in testing::internal::String
3402 CaseInsensitiveCStringEquals(str.c_str() + str_len - suffix_len, in EndsWithCaseInsensitive()
4367 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) { in ShouldUseColor()
4391 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") || in ShouldUseColor()
4392 String::CaseInsensitiveCStringEquals(gtest_color, "true") || in ShouldUseColor()
4393 String::CaseInsensitiveCStringEquals(gtest_color, "t") || in ShouldUseColor()
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-matchers.h1092 inline bool CaseInsensitiveCStringEquals(const char* lhs, const char* rhs) {
1093 return String::CaseInsensitiveCStringEquals(lhs, rhs);
1096 inline bool CaseInsensitiveCStringEquals(const wchar_t* lhs,
1107 if (!CaseInsensitiveCStringEquals(s1.c_str(), s2.c_str())) {
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h864 inline bool CaseInsensitiveCStringEquals(const char* lhs, const char* rhs) {
865 return String::CaseInsensitiveCStringEquals(lhs, rhs);
868 inline bool CaseInsensitiveCStringEquals(const wchar_t* lhs,
879 if (!CaseInsensitiveCStringEquals(s1.c_str(), s2.c_str())) {
/external/fmtlib/test/gmock/
Dgmock.h5685 inline bool CaseInsensitiveCStringEquals(const char* lhs, const char* rhs) {
5686 return String::CaseInsensitiveCStringEquals(lhs, rhs);
5689 inline bool CaseInsensitiveCStringEquals(const wchar_t* lhs,
5700 if (!CaseInsensitiveCStringEquals(s1.c_str(), s2.c_str())) {
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gmock/
Dgmock.h5909 inline bool CaseInsensitiveCStringEquals(const char* lhs, const char* rhs) {
5910 return String::CaseInsensitiveCStringEquals(lhs, rhs);
5913 inline bool CaseInsensitiveCStringEquals(const wchar_t* lhs,
5924 if (!CaseInsensitiveCStringEquals(s1.c_str(), s2.c_str())) {
/external/fmtlib/test/gtest/
Dgtest.h3449 static bool CaseInsensitiveCStringEquals(const char* lhs,
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gtest/
Dgtest.h4223 static bool CaseInsensitiveCStringEquals(const char* lhs,
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/
Dbreakpad_unittests.sym21665 FUNC 394ae 1c 0 testing::internal::String::CaseInsensitiveCStringEquals
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/
Dbreakpad_unittests.sym23164 FUNC 55e2c 30 0 testing::internal::String::CaseInsensitiveCStringEquals