Home | History | Annotate | Download | only in gtest

Lines Matching refs:IsSubstringImpl

1117 AssertionResult IsSubstringImpl(
1144 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack);
1150 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack);
1156 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack);
1162 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack);
1169 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack);
1175 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack);
1183 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack);
1189 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack);