Lines Matching refs:IsSubstringImpl
1257 AssertionResult IsSubstringImpl(
1283 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack);
1289 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack);
1295 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack);
1301 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack);
1307 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack);
1313 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack);
1320 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack);
1326 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack);