Home
last modified time | relevance | path

Searched defs:IsSubstringPred (Results 1 – 3 of 3) sorted by relevance

/third_party/googletest/googletest/src/
Dgtest.cc1606 bool IsSubstringPred(const char* needle, const char* haystack) { in IsSubstringPred() function
1613 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { in IsSubstringPred() function
1622 bool IsSubstringPred(const StringType& needle, in IsSubstringPred() function
/third_party/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
/third_party/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