/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-string.h | 102 static bool CStringEquals(const char* lhs, const char* rhs);
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/ |
D | gtest-string.h | 102 static bool CStringEquals(const char* lhs, const char* rhs);
|
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-string.h | 102 static bool CStringEquals(const char* lhs, const char* rhs);
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-string.h | 103 static bool CStringEquals(const char* lhs, const char* rhs);
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-string.h | 104 static bool CStringEquals(const char *lhs, const char *rhs);
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-string.h | 104 static bool CStringEquals(const char* lhs, const char* rhs);
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 895 bool String::CStringEquals(const char * lhs, const char * rhs) { in CStringEquals() function in testing::internal::String 1165 if (String::CStringEquals(expected, actual)) { in CmpHelperSTREQ() 1197 if (!String::CStringEquals(s1, s2)) { in CmpHelperSTRNE() 1667 if (suffix == NULL || CStringEquals(suffix, "")) return true; in EndsWith() 1674 CStringEquals(c_str() + this_len - suffix_len, suffix); in EndsWith() 1680 if (suffix == NULL || CStringEquals(suffix, "")) return true; in EndsWithCaseInsensitive() 2569 String::CStringEquals(term, "xterm") || in ShouldUseColor() 2570 String::CStringEquals(term, "xterm-color") || in ShouldUseColor() 2571 String::CStringEquals(term, "xterm-256color") || in ShouldUseColor() 2572 String::CStringEquals(term, "screen") || in ShouldUseColor() [all …]
|
/external/llvm-project/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 894 bool String::CStringEquals(const char * lhs, const char * rhs) { in CStringEquals() function in testing::internal::String 1491 if (String::CStringEquals(lhs, rhs)) { in CmpHelperSTREQ() 1523 if (!String::CStringEquals(s1, s2)) { in CmpHelperSTRNE() 2928 String::CStringEquals(term, "xterm") || in ShouldUseColor() 2929 String::CStringEquals(term, "xterm-color") || in ShouldUseColor() 2930 String::CStringEquals(term, "xterm-256color") || in ShouldUseColor() 2931 String::CStringEquals(term, "screen") || in ShouldUseColor() 2932 String::CStringEquals(term, "screen-256color") || in ShouldUseColor() 2933 String::CStringEquals(term, "tmux") || in ShouldUseColor() 2934 String::CStringEquals(term, "tmux-256color") || in ShouldUseColor() [all …]
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-string.h | 134 static bool CStringEquals(const char* lhs, const char* rhs);
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest.cc | 938 bool String::CStringEquals(const char * lhs, const char * rhs) { in CStringEquals() function in testing::internal::String 1536 if (String::CStringEquals(lhs, rhs)) { in CmpHelperSTREQ() 1568 if (!String::CStringEquals(s1, s2)) { in CmpHelperSTRNE() 2996 String::CStringEquals(term, "xterm") || in ShouldUseColor() 2997 String::CStringEquals(term, "xterm-color") || in ShouldUseColor() 2998 String::CStringEquals(term, "xterm-256color") || in ShouldUseColor() 2999 String::CStringEquals(term, "screen") || in ShouldUseColor() 3000 String::CStringEquals(term, "screen-256color") || in ShouldUseColor() 3001 String::CStringEquals(term, "tmux") || in ShouldUseColor() 3002 String::CStringEquals(term, "tmux-256color") || in ShouldUseColor() [all …]
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/ |
D | gtest.cc | 917 bool String::CStringEquals(const char * lhs, const char * rhs) { in CStringEquals() function in testing::internal::String 1502 if (String::CStringEquals(lhs, rhs)) { in CmpHelperSTREQ() 1534 if (!String::CStringEquals(s1, s2)) { in CmpHelperSTRNE() 3004 String::CStringEquals(term, "xterm") || in ShouldUseColor() 3005 String::CStringEquals(term, "xterm-color") || in ShouldUseColor() 3006 String::CStringEquals(term, "xterm-256color") || in ShouldUseColor() 3007 String::CStringEquals(term, "screen") || in ShouldUseColor() 3008 String::CStringEquals(term, "screen-256color") || in ShouldUseColor() 3009 String::CStringEquals(term, "tmux") || in ShouldUseColor() 3010 String::CStringEquals(term, "tmux-256color") || in ShouldUseColor() [all …]
|
/external/mesa3d/src/gtest/src/ |
D | gtest.cc | 912 bool String::CStringEquals(const char * lhs, const char * rhs) { in CStringEquals() function in testing::internal::String 1498 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() 3004 String::CStringEquals(term, "xterm-256color") || in ShouldUseColor() 3005 String::CStringEquals(term, "screen") || in ShouldUseColor() 3006 String::CStringEquals(term, "screen-256color") || in ShouldUseColor() 3007 String::CStringEquals(term, "tmux") || in ShouldUseColor() 3008 String::CStringEquals(term, "tmux-256color") || in ShouldUseColor() [all …]
|
/external/googletest/googletest/src/ |
D | gtest.cc | 1104 bool String::CStringEquals(const char * lhs, const char * rhs) { in CStringEquals() function in testing::internal::String 1664 if (String::CStringEquals(lhs, rhs)) { in CmpHelperSTREQ() 1696 if (!String::CStringEquals(s1, s2)) { in CmpHelperSTRNE() 3246 String::CStringEquals(term, "xterm") || in ShouldUseColor() 3247 String::CStringEquals(term, "xterm-color") || in ShouldUseColor() 3248 String::CStringEquals(term, "xterm-256color") || in ShouldUseColor() 3249 String::CStringEquals(term, "screen") || in ShouldUseColor() 3250 String::CStringEquals(term, "screen-256color") || in ShouldUseColor() 3251 String::CStringEquals(term, "tmux") || in ShouldUseColor() 3252 String::CStringEquals(term, "tmux-256color") || in ShouldUseColor() [all …]
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest.cc | 1049 bool String::CStringEquals(const char *lhs, const char *rhs) { in CStringEquals() function in testing::internal::String 1611 if (String::CStringEquals(lhs, rhs)) { in CmpHelperSTREQ() 1635 if (!String::CStringEquals(s1, s2)) { in CmpHelperSTRNE() 3074 String::CStringEquals(term, "xterm") || in ShouldUseColor() 3075 String::CStringEquals(term, "xterm-color") || in ShouldUseColor() 3076 String::CStringEquals(term, "xterm-256color") || in ShouldUseColor() 3077 String::CStringEquals(term, "screen") || in ShouldUseColor() 3078 String::CStringEquals(term, "screen-256color") || in ShouldUseColor() 3079 String::CStringEquals(term, "tmux") || in ShouldUseColor() 3080 String::CStringEquals(term, "tmux-256color") || in ShouldUseColor() [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/ |
D | gmock-gtest-all.cc | 2342 bool String::CStringEquals(const char * lhs, const char * rhs) { in CStringEquals() function in testing::internal::String 2939 if (String::CStringEquals(lhs, rhs)) { in CmpHelperSTREQ() 2971 if (!String::CStringEquals(s1, s2)) { in CmpHelperSTRNE() 4376 String::CStringEquals(term, "xterm") || in ShouldUseColor() 4377 String::CStringEquals(term, "xterm-color") || in ShouldUseColor() 4378 String::CStringEquals(term, "xterm-256color") || in ShouldUseColor() 4379 String::CStringEquals(term, "screen") || in ShouldUseColor() 4380 String::CStringEquals(term, "screen-256color") || in ShouldUseColor() 4381 String::CStringEquals(term, "tmux") || in ShouldUseColor() 4382 String::CStringEquals(term, "tmux-256color") || in ShouldUseColor() [all …]
|
/external/fmtlib/test/ |
D | gmock-gtest-all.cc | 2322 bool String::CStringEquals(const char* lhs, const char* rhs) { in CStringEquals() function in testing::internal::String 2593 if (String::CStringEquals(expected, actual)) { in CmpHelperSTREQ() 2617 if (!String::CStringEquals(s1, s2)) { in CmpHelperSTRNE() 3964 String::CStringEquals(term, "xterm") || in ShouldUseColor() 3965 String::CStringEquals(term, "xterm-color") || in ShouldUseColor() 3966 String::CStringEquals(term, "xterm-256color") || in ShouldUseColor() 3967 String::CStringEquals(term, "screen") || in ShouldUseColor() 3968 String::CStringEquals(term, "screen-256color") || in ShouldUseColor() 3969 String::CStringEquals(term, "linux") || in ShouldUseColor() 3970 String::CStringEquals(term, "cygwin"); in ShouldUseColor() [all …]
|
/external/fmtlib/test/gtest/ |
D | gtest.h | 3427 static bool CStringEquals(const char* lhs, const char* rhs);
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gtest/ |
D | gtest.h | 4201 static bool CStringEquals(const char* lhs, const char* rhs);
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 21649 FUNC 39480 1c 0 testing::internal::String::CStringEquals
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 23144 FUNC 55dd8 30 0 testing::internal::String::CStringEquals
|