/external/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 1231 bool IsSubstringPred(const char* needle, const char* haystack) { in IsSubstringPred() function 1238 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { in IsSubstringPred() function 1247 bool IsSubstringPred(const StringType& needle, in IsSubstringPred() function 1261 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl()
|
/external/llvm-project/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 1557 bool IsSubstringPred(const char* needle, const char* haystack) { in IsSubstringPred() function 1564 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { in IsSubstringPred() function 1573 bool IsSubstringPred(const StringType& needle, in IsSubstringPred() function 1587 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest.cc | 1602 bool IsSubstringPred(const char* needle, const char* haystack) { in IsSubstringPred() function 1609 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { in IsSubstringPred() function 1618 bool IsSubstringPred(const StringType& needle, in IsSubstringPred() function 1632 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl()
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/ |
D | gtest.cc | 1568 bool IsSubstringPred(const char* needle, const char* haystack) { in IsSubstringPred() function 1574 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { in IsSubstringPred() function 1582 bool IsSubstringPred(const StringType& needle, in IsSubstringPred() function 1596 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl()
|
/external/mesa3d/src/gtest/src/ |
D | gtest.cc | 1564 bool IsSubstringPred(const char* needle, const char* haystack) { in IsSubstringPred() function 1570 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { in IsSubstringPred() function 1578 bool IsSubstringPred(const StringType& needle, in IsSubstringPred() function 1592 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl()
|
/external/googletest/googletest/src/ |
D | gtest.cc | 1730 bool IsSubstringPred(const char* needle, const char* haystack) { in IsSubstringPred() function 1736 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { in IsSubstringPred() function 1744 bool IsSubstringPred(const StringType& needle, in IsSubstringPred() function 1758 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl()
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest.cc | 1667 bool IsSubstringPred(const char *needle, const char *haystack) { in IsSubstringPred() function 1673 bool IsSubstringPred(const wchar_t *needle, const wchar_t *haystack) { in IsSubstringPred() function 1681 bool IsSubstringPred(const StringType &needle, const StringType &haystack) { in IsSubstringPred() function 1695 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl()
|
/external/fmtlib/test/ |
D | gmock-gtest-all.cc | 2649 bool IsSubstringPred(const char* needle, const char* haystack) { in IsSubstringPred() function 2655 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { in IsSubstringPred() function 2663 bool IsSubstringPred(const StringType& needle, const StringType& haystack) { in IsSubstringPred() function 2677 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/ |
D | gmock-gtest-all.cc | 3005 bool IsSubstringPred(const char* needle, const char* haystack) { in IsSubstringPred() function 3012 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { in IsSubstringPred() function 3021 bool IsSubstringPred(const StringType& needle, in IsSubstringPred() function 3035 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl()
|