Searched defs:IsSubstringPred (Results 1 – 5 of 5) sorted by relevance
| /third_party/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
|
| /third_party/protobuf/third_party/googletest/googletest/src/ |
| D | gtest.cc | 1577 bool IsSubstringPred(const char* needle, const char* haystack) { in IsSubstringPred() function 1583 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { in IsSubstringPred() function 1591 bool IsSubstringPred(const StringType& needle, in IsSubstringPred() function
|
| /third_party/googletest/googletest/src/ |
| D | gtest.cc | 1771 bool IsSubstringPred(const char* needle, const char* haystack) { in IsSubstringPred() function 1777 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { in IsSubstringPred() function 1785 bool IsSubstringPred(const StringType& needle, const StringType& haystack) { in IsSubstringPred() function
|
| /third_party/protobuf/third_party/googletest/googletest/fused-src/gtest/ |
| D | gtest-all.cc | 3053 bool IsSubstringPred(const char* needle, const char* haystack) { in IsSubstringPred() function 3059 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { in IsSubstringPred() function 3067 bool IsSubstringPred(const StringType& needle, in IsSubstringPred() function
|
| /third_party/protobuf/third_party/googletest/googlemock/fused-src/ |
| D | gmock-gtest-all.cc | 3053 bool IsSubstringPred(const char* needle, const char* haystack) { in IsSubstringPred() function 3059 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { in IsSubstringPred() function 3067 bool IsSubstringPred(const StringType& needle, in IsSubstringPred() function
|