Searched defs:IsSubstringPred (Results 1 – 4 of 4) sorted by relevance
| /third_party/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
|
| /third_party/googletest/googletest/src/ |
| D | gtest.cc | 1606 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/node/test/cctest/gtest/ |
| D | gtest-all.cc | 3044 bool IsSubstringPred(const char* needle, const char* haystack) { in IsSubstringPred() function 3050 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { in IsSubstringPred() function 3058 bool IsSubstringPred(const StringType& needle, in IsSubstringPred() function
|
| /third_party/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
|