Home | History | Annotate | Download | only in gtest

Lines Matching refs:IsSubstringPred

1091 bool IsSubstringPred(const char* needle, const char* haystack) {
1098 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) {
1107 bool IsSubstringPred(const StringType& needle,
1121 if (IsSubstringPred(needle, haystack) == expected_to_be_substring)