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

/gem5/ext/googletest/googletest/src/
H A Dgtest.cc1583 AssertionResult IsSubstringImpl( function in namespace:testing::__anon44
1609 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack);
1615 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack);
1621 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack);
1627 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack);
1633 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack);
1639 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack);
1646 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack);
1652 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack);

Completed in 23 milliseconds