/freebsd/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
|
/freebsd/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 446 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 D | gmock-more-matchers.h | 85 void DescribeNegationTo(std::ostream* os) const { *os << "isn't empty"; } in DescribeNegationTo() function
|
/freebsd/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);
|
/freebsd/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 | 310 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 D | gmock-matchers-containers_test.cc | 2254 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 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 {
|
/freebsd/contrib/googletest/googlemock/src/ |
H A D | gmock-matchers.cc | 334 matcher_describers_[0]->DescribeNegationTo(os); in DescribeNegationToImpl()
|
/freebsd/contrib/googletest/docs/ |
H A D | gmock_cook_book.md | 1339 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"; }
|