Home
last modified time | relevance | path

Searched refs:IsSubstringPred (Results 1 – 9 of 9) sorted by relevance

/external/llvm/utils/unittest/googletest/src/
Dgtest.cc1231 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/
Dgtest.cc1557 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/
Dgtest.cc1602 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/
Dgtest.cc1568 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/
Dgtest.cc1564 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/
Dgtest.cc1730 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/
Dgtest.cc1667 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/
Dgmock-gtest-all.cc2649 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/
Dgmock-gtest-all.cc3005 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()