Home | History | Annotate | Download | only in gtest

Lines Matching refs:IsSubstringImpl

2744 AssertionResult IsSubstringImpl(
2770 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack);
2776 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack);
2782 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack);
2788 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack);
2794 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack);
2800 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack);
2807 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack);
2813 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack);