Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1244 matcher_.DescribeNegationTo(os);
1296 matchers_[i].DescribeNegationTo(os);
1401 matchers_[i].DescribeNegationTo(os);
1999 matcher_.DescribeNegationTo(os);
2071 matcher_.DescribeNegationTo(os);
2138 matcher_.DescribeNegationTo(os);
2262 matcher_.DescribeNegationTo(os);
2532 matcher_.DescribeNegationTo(os);
3977 matcher_.DescribeNegationTo(os);
4038 matcher_.DescribeNegationTo(os);
[all …]
H A Dgmock-more-matchers.h85 void DescribeNegationTo(std::ostream* os) const { *os << "isn't empty"; } in DescribeNegationTo() function
/freebsd-14.2/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-14.2/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::__anoncc07666b0111::ReferencesBarOrIsZeroImpl
343 void DescribeNegationTo(ostream* os) const { *os << "is odd"; } in DescribeNegationTo() function in testing::gmock_matchers_test::__anoncc07666b0111::PolymorphicIsEvenImpl
2295 void DescribeNegationTo(ostream* os) const { in TEST() function in testing::gmock_matchers_test::__anoncc07666b0111::DivisibleByImpl
H A Dgmock-matchers-containers_test.cc2243 void DescribeNegationTo(ostream* os) const { in DescribeNegationTo() function in testing::gmock_matchers_test::__anon8ac8d7730111::IsHalfOfMatcher
2531 void DescribeNegationTo(ostream* os) const override { in DescribeNegationTo() function in testing::gmock_matchers_test::__anon8ac8d7730111::PredicateFormatterFromMatcherTest::MockMatcher
/freebsd-14.2/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-14.2/contrib/googletest/googlemock/src/
H A Dgmock-matchers.cc335 matcher_describers_[0]->DescribeNegationTo(os); in DescribeNegationToImpl()
/freebsd-14.2/contrib/googletest/docs/
H A Dgmock_cook_book.md1339 void DescribeNegationTo(std::ostream* os) const {
3556 matcher.DescribeNegationTo(os);
3586 void DescribeNegationTo(std::ostream* os) const {
3655 void DescribeNegationTo(std::ostream* os) const { *os << "is NULL"; }
3702 virtual void DescribeNegationTo(std::ostream* os) const;
3719 // DescribeNegationTo(), like the following.
3735 void DescribeNegationTo(std::ostream* os) const { *os << "is NULL"; }