Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1588 AssertionResult IsSubstringImpl( in IsSubstringImpl() function
1614 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1620 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1626 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
1632 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
1638 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1644 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
1651 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1657 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()