Searched refs:IsSubstringImpl (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/googletest/googletest/src/ |
| H A D | gtest.cc | 1864 AssertionResult IsSubstringImpl(bool expected_to_be_substring, in IsSubstringImpl() function 1890 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring() 1895 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring() 1901 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring() 1907 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring() 1913 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring() 1920 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring() 1927 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring() 1934 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
|