/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/ |
D | Error.h | 48 Matcher.DescribeNegationTo(listener->stream()); in MatchAndExplain() 59 void DescribeNegationTo(std::ostream *OS) const override { in DescribeNegationTo() function 61 Matcher.DescribeNegationTo(OS); in DescribeNegationTo() 120 void DescribeNegationTo(std::ostream *OS) const override { in DescribeNegationTo() function 124 Matcher->DescribeNegationTo(OS); in DescribeNegationTo()
|
D | SupportHelpers.h | 85 void DescribeNegationTo(std::ostream *OS) const override { in DescribeNegationTo() function
|
/third_party/googletest/googlemock/include/gmock/ |
D | gmock-matchers.h | 444 void DescribeNegationTo(::std::ostream* os) const override { in DescribeNegationTo() function 445 source_matcher_.DescribeNegationTo(os); in DescribeNegationTo() 752 void DescribeNegationTo(::std::ostream* os) const { 771 void DescribeNegationTo(::std::ostream* os) const { *os << "isn't NULL"; } 785 void DescribeNegationTo(::std::ostream* os) const { *os << "is NULL"; } 846 void DescribeNegationTo(::std::ostream* os) const override { 941 void DescribeNegationTo(::std::ostream* os) const { 1005 void DescribeNegationTo(::std::ostream* os) const { 1059 void DescribeNegationTo(::std::ostream* os) const { 1113 void DescribeNegationTo(::std::ostream* os) const { [all …]
|
D | gmock-more-matchers.h | 88 void DescribeNegationTo(std::ostream* os) const { *os << "isn't empty"; } in DescribeNegationTo() function
|
/third_party/mesa3d/src/gtest/include/gtest/ |
D | gtest-matchers.h | 133 virtual void DescribeNegationTo(::std::ostream* os) const { in DescribeNegationTo() function 194 void DescribeNegationTo(::std::ostream* os) const override { in DescribeNegationTo() function 195 impl_->DescribeNegationTo(os); in DescribeNegationTo() 277 void DescribeNegationTo(::std::ostream* os) const { in DescribeNegationTo() function 278 impl_->DescribeNegationTo(os); in DescribeNegationTo() 479 virtual void DescribeNegationTo(::std::ostream* os) const { in DescribeNegationTo() function 480 impl_.DescribeNegationTo(os); in DescribeNegationTo() 555 void DescribeNegationTo(::std::ostream* os) const override { in DescribeNegationTo() function 657 void DescribeNegationTo(::std::ostream* os) const { in DescribeNegationTo() function
|
/third_party/googletest/googlemock/test/ |
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()
|
D | gmock-matchers-comparisons_test.cc | 309 void DescribeNegationTo(ostream* os) const { in DescribeNegationTo() function in testing::gmock_matchers_test::__anon45b33e170111::ReferencesBarOrIsZeroImpl 342 void DescribeNegationTo(ostream* os) const { *os << "is odd"; } in DescribeNegationTo() function in testing::gmock_matchers_test::__anon45b33e170111::PolymorphicIsEvenImpl 2281 void DescribeNegationTo(ostream* os) const { in TEST() function in testing::gmock_matchers_test::__anon45b33e170111::DivisibleByImpl
|
D | gmock-matchers-containers_test.cc | 2233 void DescribeNegationTo(ostream* os) const { in DescribeNegationTo() function in testing::gmock_matchers_test::__anonb542699f0111::IsHalfOfMatcher 2521 void DescribeNegationTo(ostream* os) const override { in DescribeNegationTo() function in testing::gmock_matchers_test::__anonb542699f0111::PredicateFormatterFromMatcherTest::MockMatcher
|
/third_party/node/deps/googletest/include/gtest/ |
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 {
|
/third_party/googletest/googletest/include/gtest/ |
D | gtest-matchers.h | 130 virtual void DescribeNegationTo(::std::ostream* os) const { in DescribeNegationTo() function 286 void DescribeNegationTo(::std::ostream* os) const final { in DescribeNegationTo() function 386 P::Get(m).DescribeNegationTo(os); in DescribeImpl() 678 void DescribeNegationTo(::std::ostream* os) const override { 679 impl_.DescribeNegationTo(os); 742 void DescribeNegationTo(std::ostream* os) const { 855 void DescribeNegationTo(::std::ostream* os) const {
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/ |
D | WireTest.h | 91 void DescribeNegationTo(std::ostream* os) const override {
|
/third_party/googletest/googlemock/src/ |
D | gmock-matchers.cc | 335 matcher_describers_[0]->DescribeNegationTo(os); in DescribeNegationToImpl()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/status/ |
D | statusor_test.cc | 77 void DescribeNegationTo(std::ostream* os) const override { in DescribeNegationTo() function in __anonb3aae1630111::IsOkAndHoldsMatcherImpl 79 inner_matcher_.DescribeNegationTo(os); in DescribeNegationTo() 132 void DescribeNegationTo(std::ostream* os) const override { in DescribeNegationTo() function in __anonb3aae1630111::MonoIsOkMatcherImpl
|
/third_party/cef/tools/distrib/gtest/ |
D | gtest.h | 6212 virtual void DescribeNegationTo(::std::ostream* os) const { 6353 void DescribeNegationTo(::std::ostream* os) const final { 6452 P::Get(m).DescribeNegationTo(os); 6744 void DescribeNegationTo(::std::ostream* os) const override { 6745 impl_.DescribeNegationTo(os); 6808 void DescribeNegationTo(std::ostream* os) const { 6921 void DescribeNegationTo(::std::ostream* os) const {
|
/third_party/googletest/docs/ |
D | gmock_cook_book.md | 1335 void DescribeNegationTo(std::ostream* os) const { 3555 matcher.DescribeNegationTo(os); 3585 void DescribeNegationTo(std::ostream* os) const { 3654 void DescribeNegationTo(std::ostream* os) const { *os << "is NULL"; } 3701 virtual void DescribeNegationTo(std::ostream* os) const; 3718 // DescribeNegationTo(), like the following. 3734 void DescribeNegationTo(std::ostream* os) const { *os << "is NULL"; }
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | layout_test.cc | 1248 void DescribeNegationTo(::std::ostream* os) const {} in DescribeNegationTo() function in absl::container_internal::__anon0320da670111::TupleMatcher
|