Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DError.h47 Matcher.DescribeNegationTo(listener->stream()); in MatchAndExplain()
58 void DescribeNegationTo(std::ostream *OS) const override { in DescribeNegationTo() function
60 Matcher.DescribeNegationTo(OS); in DescribeNegationTo()
119 void DescribeNegationTo(std::ostream *OS) const override { in DescribeNegationTo() function
123 Matcher->DescribeNegationTo(OS); in DescribeNegationTo()
153 void DescribeNegationTo(std::ostream *OS) const override { in DescribeNegationTo() function
155 Matcher.DescribeNegationTo(OS); in DescribeNegationTo()
H A DSupportHelpers.h87 void DescribeNegationTo(std::ostream *OS) const override { in DescribeNegationTo() function
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h446 void DescribeNegationTo(::std::ostream* os) const override { in DescribeNegationTo() function
447 source_matcher_.DescribeNegationTo(os); in DescribeNegationTo()
754 void DescribeNegationTo(::std::ostream* os) const {
773 void DescribeNegationTo(::std::ostream* os) const { *os << "isn't NULL"; }
787 void DescribeNegationTo(::std::ostream* os) const { *os << "is NULL"; }
848 void DescribeNegationTo(::std::ostream* os) const override {
943 void DescribeNegationTo(::std::ostream* os) const {
1007 void DescribeNegationTo(::std::ostream* os) const {
1061 void DescribeNegationTo(::std::ostream* os) const {
1115 void DescribeNegationTo(::std::ostream* os) const {
[all …]
H A Dgmock-more-matchers.h85 void DescribeNegationTo(std::ostream* os) const { *os << "isn't empty"; } in DescribeNegationTo() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/ADT/
H A DStringMapEntry.h66 void DescribeNegationTo(std::ostream *OS) const override {
68 KeyMatcher.DescribeNegationTo(OS);
70 ValueMatcher.DescribeNegationTo(OS);
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.h108 void DescribeNegationTo(ostream* os) const { *os << "is <= " << rhs; } in DescribeNegationTo() function
138 void DescribeNegationTo(ostream* os) const override { in DescribeNegationTo() function
139 impl_.DescribeNegationTo(os); in DescribeNegationTo()
H A Dgmock-matchers-comparisons_test.cc310 void DescribeNegationTo(ostream* os) const { in DescribeNegationTo() function in testing::gmock_matchers_test::__anonbdf523750111::ReferencesBarOrIsZeroImpl
343 void DescribeNegationTo(ostream* os) const { *os << "is odd"; } in DescribeNegationTo() function in testing::gmock_matchers_test::__anonbdf523750111::PolymorphicIsEvenImpl
2304 void DescribeNegationTo(ostream* os) const { in TEST() function in testing::gmock_matchers_test::__anonbdf523750111::DivisibleByImpl
H A Dgmock-matchers-containers_test.cc2254 void DescribeNegationTo(ostream* os) const { in DescribeNegationTo() function in testing::gmock_matchers_test::__anon540e1b3d0111::IsHalfOfMatcher
2542 void DescribeNegationTo(ostream* os) const override { in DescribeNegationTo() function in testing::gmock_matchers_test::__anon540e1b3d0111::PredicateFormatterFromMatcherTest::MockMatcher
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-matchers.h131 virtual void DescribeNegationTo(::std::ostream* os) const { in DescribeNegationTo() function
250 void DescribeNegationTo(::std::ostream* os) const final { in DescribeNegationTo() function
350 P::Get(m).DescribeNegationTo(os); in DescribeImpl()
642 void DescribeNegationTo(::std::ostream* os) const override {
643 impl_.DescribeNegationTo(os);
706 void DescribeNegationTo(std::ostream* os) const {
822 void DescribeNegationTo(::std::ostream* os) const {
/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-matchers.cc334 matcher_describers_[0]->DescribeNegationTo(os); in DescribeNegationToImpl()
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md1339 void DescribeNegationTo(std::ostream* os) const {
3591 matcher.DescribeNegationTo(os);
3621 void DescribeNegationTo(std::ostream* os) const {
3690 void DescribeNegationTo(std::ostream* os) const { *os << "is NULL"; }
3737 virtual void DescribeNegationTo(std::ostream* os) const;
3754 // DescribeNegationTo(), like the following.
3770 void DescribeNegationTo(std::ostream* os) const { *os << "is NULL"; }