Home
last modified time | relevance | path

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

/external/llvm/utils/unittest/googletest/src/
Dgtest.cc1257 AssertionResult IsSubstringImpl( in IsSubstringImpl() function
1283 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1289 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1295 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
1301 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
1307 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1313 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
1320 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1326 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
/external/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest.cc1583 AssertionResult IsSubstringImpl( in IsSubstringImpl() function
1609 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1615 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1621 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
1627 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
1633 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1639 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
1646 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1652 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc1628 AssertionResult IsSubstringImpl( in IsSubstringImpl() function
1654 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1660 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1666 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
1672 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
1678 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1684 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
1691 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1697 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest.cc1592 AssertionResult IsSubstringImpl( in IsSubstringImpl() function
1618 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1624 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1630 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
1636 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
1642 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1648 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
1655 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1661 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
/external/mesa3d/src/gtest/src/
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()
/external/googletest/googletest/src/
Dgtest.cc1754 AssertionResult IsSubstringImpl( in IsSubstringImpl() function
1780 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1786 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1792 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
1798 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
1804 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1810 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
1817 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1823 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc1690 AssertionResult IsSubstringImpl(bool expected_to_be_substring, in IsSubstringImpl() function
1716 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1721 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1727 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
1733 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
1739 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1746 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
1753 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
1760 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
/external/fmtlib/test/
Dgmock-gtest-all.cc2672 AssertionResult IsSubstringImpl(bool expected_to_be_substring, in IsSubstringImpl() function
2698 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
2703 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
2709 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
2715 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
2721 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
2728 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
2735 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
2742 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/
Dgmock-gtest-all.cc3031 AssertionResult IsSubstringImpl( in IsSubstringImpl() function
3057 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
3063 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
3069 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
3075 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
3081 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
3087 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()
3094 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring()
3100 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring()