Home
last modified time | relevance | path

Searched refs:haystack_expr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1537 const char* haystack_expr,
1541 const char* haystack_expr,
1545 const char* haystack_expr,
1549 const char* haystack_expr,
1553 const char* haystack_expr,
1557 const char* haystack_expr,
1563 const char* haystack_expr,
1567 const char* haystack_expr,
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc1839 const char* haystack_expr, in IsSubstringImpl() argument
1851 << "a substring of " << haystack_expr << "\n" in IsSubstringImpl()
1861 AssertionResult IsSubstring(const char* needle_expr, const char* haystack_expr, in IsSubstring() argument
1863 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1866 AssertionResult IsSubstring(const char* needle_expr, const char* haystack_expr, in IsSubstring() argument
1868 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1872 const char* haystack_expr, const char* needle, in IsNotSubstring() argument
1874 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
1878 const char* haystack_expr, const wchar_t* needle, in IsNotSubstring() argument
1880 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
[all …]