Lines Matching refs:IsSubstringImpl
1245 AssertionResult IsSubstringImpl(
1271 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack);
1277 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack);
1283 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack);
1289 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack);
1295 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack);
1301 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack);
1308 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack);
1314 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack);