Searched refs:IsSubstringImpl (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/googletest/googletest/src/ |
H A D | gtest.cc | 1837 AssertionResult IsSubstringImpl(bool expected_to_be_substring, in IsSubstringImpl() function 1863 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring() 1868 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring() 1874 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring() 1880 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring() 1886 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring() 1893 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring() 1900 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring() 1907 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
|