| /src/contrib/llvm-project/llvm/include/llvm/Testing/Support/ |
| H A D | Error.h | 47 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 D | SupportHelpers.h | 87 void DescribeNegationTo(std::ostream *OS) const override { in DescribeNegationTo() function
|
| /src/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 455 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 D | gmock-more-matchers.h | 85 void DescribeNegationTo(std::ostream* os) const { *os << "isn't empty"; } in DescribeNegationTo() function
|
| /src/contrib/llvm-project/llvm/include/llvm/Testing/ADT/ |
| H A D | StringMapEntry.h | 66 void DescribeNegationTo(std::ostream *OS) const override { 68 KeyMatcher.DescribeNegationTo(OS); 70 ValueMatcher.DescribeNegationTo(OS);
|
| /src/contrib/googletest/googlemock/test/ |
| H A D | gmock-matchers_test.h | 108 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 D | gmock-matchers-comparisons_test.cc | 312 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 D | gmock-matchers-containers_test.cc | 2552 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 D | gtest-matchers.h | 131 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 D | gmock-matchers.cc | 334 matcher_describers_[0]->DescribeNegationTo(os); in DescribeNegationToImpl()
|
| /src/contrib/googletest/docs/ |
| H A D | gmock_cook_book.md | 1339 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"; }
|