Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/
DError.h48 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()
DSupportHelpers.h85 void DescribeNegationTo(std::ostream *OS) const override { in DescribeNegationTo() function
/third_party/googletest/googlemock/include/gmock/
Dgmock-matchers.h444 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 …]
Dgmock-more-matchers.h88 void DescribeNegationTo(std::ostream* os) const { *os << "isn't empty"; } in DescribeNegationTo() function
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest-matchers.h133 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/
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()
Dgmock-matchers-comparisons_test.cc309 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
Dgmock-matchers-containers_test.cc2233 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/
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 {
/third_party/googletest/googletest/include/gtest/
Dgtest-matchers.h130 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/
DWireTest.h91 void DescribeNegationTo(std::ostream* os) const override {
/third_party/googletest/googlemock/src/
Dgmock-matchers.cc335 matcher_describers_[0]->DescribeNegationTo(os); in DescribeNegationToImpl()
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
Dstatusor_test.cc77 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/
Dgtest.h6212 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/
Dgmock_cook_book.md1335 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/
Dlayout_test.cc1248 void DescribeNegationTo(::std::ostream* os) const {} in DescribeNegationTo() function in absl::container_internal::__anon0320da670111::TupleMatcher