Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/googletest/googletest/src/
Dgtest.cc1803 AssertionResult IsSubstringImpl( in IsSubstringImpl() function
1829 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1835 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1841 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
1847 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
1853 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1859 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
1866 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1872 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()