Lines Matching defs:haystack_expr
1839 const char* haystack_expr,
1851 << "a substring of " << haystack_expr << "\n"
1861 AssertionResult IsSubstring(const char* needle_expr, const char* haystack_expr,
1863 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack);
1866 AssertionResult IsSubstring(const char* needle_expr, const char* haystack_expr,
1868 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack);
1872 const char* haystack_expr, const char* needle,
1874 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack);
1878 const char* haystack_expr, const wchar_t* needle,
1880 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack);
1883 AssertionResult IsSubstring(const char* needle_expr, const char* haystack_expr,
1886 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack);
1890 const char* haystack_expr,
1893 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack);
1897 AssertionResult IsSubstring(const char* needle_expr, const char* haystack_expr,
1900 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack);
1904 const char* haystack_expr,
1907 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack);