Searched refs:IsSubstringImpl (Results 1 – 1 of 1) sorted by relevance
/llvm-project/third-party/unittest/googletest/src/ |
H A D | gtest.cc | 1811 AssertionResult IsSubstringImpl(bool expected_to_be_substring, in IsSubstringImpl() function 1837 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring() 1842 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring() 1848 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring() 1854 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring() 1860 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring() 1867 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring() 1874 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring() 1881 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
|