Searched refs:needle_expr (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest.h | 1521 GTEST_API_ AssertionResult IsSubstring(const char* needle_expr, 1525 GTEST_API_ AssertionResult IsSubstring(const char* needle_expr, 1529 GTEST_API_ AssertionResult IsNotSubstring(const char* needle_expr, 1533 GTEST_API_ AssertionResult IsNotSubstring(const char* needle_expr, 1537 GTEST_API_ AssertionResult IsSubstring(const char* needle_expr, 1541 GTEST_API_ AssertionResult IsNotSubstring(const char* needle_expr, 1547 GTEST_API_ AssertionResult IsSubstring(const char* needle_expr, 1551 GTEST_API_ AssertionResult IsNotSubstring(const char* needle_expr,
|
| /freebsd-14.2/contrib/googletest/googletest/src/ |
| H A D | gtest.cc | 1812 const char* needle_expr, in IsSubstringImpl() argument 1822 << "Value of: " << needle_expr << "\n" in IsSubstringImpl() 1837 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring() 1842 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring() 1845 AssertionResult IsNotSubstring(const char* needle_expr, in IsNotSubstring() argument 1848 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring() 1851 AssertionResult IsNotSubstring(const char* needle_expr, in IsNotSubstring() argument 1860 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring() 1863 AssertionResult IsNotSubstring(const char* needle_expr, in IsNotSubstring() argument 1874 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring() [all …]
|