Home
last modified time | relevance | path

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

/src/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
/src/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h455 void DescribeNegationTo(::std::ostream* os) const override { in DescribeNegationTo() function
456 source_matcher_.DescribeNegationTo(os); in DescribeNegationTo()
766 void DescribeNegationTo(::std::ostream* os) const {
785 void DescribeNegationTo(::std::ostream* os) const { *os << "isn't NULL"; }
799 void DescribeNegationTo(::std::ostream* os) const { *os << "is NULL"; }
860 void DescribeNegationTo(::std::ostream* os) const override {
955 void DescribeNegationTo(::std::ostream* os) const {
1019 void DescribeNegationTo(::std::ostream* os) const {
1073 void DescribeNegationTo(::std::ostream* os) const {
1127 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
/src/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);
/src/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.cc312 void DescribeNegationTo(ostream* os) const { in DescribeNegationTo() function in testing::gmock_matchers_test::__anon1ca75fea0111::ReferencesBarOrIsZeroImpl
345 void DescribeNegationTo(ostream* os) const { *os << "is odd"; } in DescribeNegationTo() function in testing::gmock_matchers_test::__anon1ca75fea0111::PolymorphicIsEvenImpl
2360 void DescribeNegationTo(ostream* os) const { in TEST() function in testing::gmock_matchers_test::__anon1ca75fea0111::DivisibleByImpl
H A Dgmock-matchers-containers_test.cc2552 void DescribeNegationTo(ostream* os) const { in DescribeNegationTo() function in testing::gmock_matchers_test::__anona4801d120111::IsHalfOfMatcher
2840 void DescribeNegationTo(ostream* os) const override { in DescribeNegationTo() function in testing::gmock_matchers_test::__anona4801d120111::PredicateFormatterFromMatcherTest::MockMatcher
/src/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 {
/src/contrib/googletest/googlemock/src/
H A Dgmock-matchers.cc334 matcher_describers_[0]->DescribeNegationTo(os); in DescribeNegationToImpl()
/src/contrib/googletest/docs/
H A Dgmock_cook_book.md1339 void DescribeNegationTo(std::ostream* os) const {
3596 matcher.DescribeNegationTo(os);
3626 void DescribeNegationTo(std::ostream* os) const {
3703 void DescribeNegationTo(std::ostream* os) const { *os << "is NULL"; }
3750 virtual void DescribeNegationTo(std::ostream* os) const;
3767 // DescribeNegationTo(), like the following.
3783 void DescribeNegationTo(std::ostream* os) const { *os << "is NULL"; }