Searched refs:IsSubstringImpl (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/googletest/googletest/src/ |
| H A D | gtest.cc | 1633 AssertionResult IsSubstringImpl( in IsSubstringImpl() function 1659 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring() 1665 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring() 1671 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring() 1677 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring() 1683 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring() 1689 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring() 1696 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring() 1702 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
|