/third_party/googletest/googlemock/test/ |
D | gmock-cardinalities_test.cc | 119 c.DescribeTo(&ss); in TEST() 148 c.DescribeTo(&ss); in TEST() 164 AtLeast(1).DescribeTo(&ss1); in TEST() 168 c.DescribeTo(&ss2); in TEST() 172 AtLeast(3).DescribeTo(&ss3); in TEST() 201 c.DescribeTo(&ss); in TEST() 217 AtMost(1).DescribeTo(&ss1); in TEST() 221 c.DescribeTo(&ss2); in TEST() 225 AtMost(3).DescribeTo(&ss3); in TEST() 272 c.DescribeTo(&ss); in TEST() [all …]
|
D | gmock-matchers_test.h | 107 void DescribeTo(ostream* os) const { *os << "is > " << rhs; } in DescribeTo() function 137 void DescribeTo(ostream* os) const override { impl_.DescribeTo(os); } in DescribeTo() function
|
D | gmock-matchers-comparisons_test.cc | 98 void DescribeTo(ostream* os) const override { *os << "is an even number"; } in DescribeTo() function in testing::gmock_matchers_test::__anon45b33e170111::EvenMatcherImpl 126 void DescribeTo(ostream* os) const override { *os << "is an even number"; } in DescribeTo() function in testing::gmock_matchers_test::__anon45b33e170111::NewEvenMatcherImpl 307 void DescribeTo(ostream* os) const { *os << "g_bar or zero"; } in DescribeTo() function in testing::gmock_matchers_test::__anon45b33e170111::ReferencesBarOrIsZeroImpl 340 void DescribeTo(ostream* os) const { *os << "is even"; } in DescribeTo() function in testing::gmock_matchers_test::__anon45b33e170111::PolymorphicIsEvenImpl 2279 void DescribeTo(ostream* os) const { *os << "is divisible by " << divider_; } in TEST() function in testing::gmock_matchers_test::__anon45b33e170111::DivisibleByImpl
|
D | gmock-matchers-misc_test.cc | 962 void DescribeTo(::std::ostream* /*os*/) const override {} in DescribeTo() function in testing::gmock_matchers_test::__anon506b22950111::LessThanMatcher 1695 matcher.DescribeTo(&ss); in TEST() 1738 matcher.DescribeTo(&ss); in TEST_P()
|
/third_party/googletest/googlemock/include/gmock/ |
D | gmock-matchers.h | 440 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function 441 source_matcher_.DescribeTo(os); in DescribeTo() 643 std::get<N - 1>(matchers).DescribeTo(os); in ExplainMatchFailuresTo() 751 void DescribeTo(std::ostream* os) const { *os << "is anything"; } 770 void DescribeTo(::std::ostream* os) const { *os << "is NULL"; } 784 void DescribeTo(::std::ostream* os) const { *os << "isn't NULL"; } 841 void DescribeTo(::std::ostream* os) const override { 937 void DescribeTo(::std::ostream* os) const { 1000 void DescribeTo(::std::ostream* os) const { 1054 void DescribeTo(::std::ostream* os) const { [all …]
|
D | gmock-cardinalities.h | 84 virtual void DescribeTo(::std::ostream* os) const = 0; 125 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function
|
D | gmock-more-matchers.h | 86 void DescribeTo(std::ostream* os) const { *os << "is empty"; } in DescribeTo() function
|
D | gmock-spec-builders.h | 1085 extra_matcher_.DescribeTo(os); in MaybeDescribeExtraMatcherTo() 1149 extra_matcher_.DescribeTo(os); in ExplainMatchResultTo()
|
/third_party/mesa3d/src/gtest/include/gtest/ |
D | gtest-matchers.h | 125 virtual void DescribeTo(::std::ostream* os) const = 0; 135 DescribeTo(os); in DescribeNegationTo() 192 void DescribeTo(::std::ostream* os) const override { impl_->DescribeTo(os); } in DescribeTo() function 274 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function 437 matcher.DescribeTo(&os); 477 virtual void DescribeTo(::std::ostream* os) const { impl_.DescribeTo(os); } in DescribeTo() function 551 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function 652 void DescribeTo(::std::ostream* os) const { in DescribeTo() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/ |
D | Error.h | 53 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function 55 Matcher.DescribeTo(OS); in DescribeTo() 112 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function 116 Matcher->DescribeTo(OS); in DescribeTo()
|
D | SupportHelpers.h | 81 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function 83 ValueMatcher.DescribeTo(OS); in DescribeTo() 87 ValueMatcher.DescribeTo(OS); in DescribeNegationTo()
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
D | status_test_support.cc | 24 void DescribeTo(std::ostream* os) const override { in DescribeTo() function in v8_crdtp::__anon06a2a77f0111::StatusIsMatcher 39 void DescribeTo(std::ostream* os) const override { *os << "is ok"; } in DescribeTo() function in v8_crdtp::__anon06a2a77f0111::StatusIsOkMatcher
|
/third_party/googletest/googlemock/src/ |
D | gmock-matchers.cc | 293 matcher_describers_[0]->DescribeTo(os); in DescribeToImpl() 315 matcher_describers_[i]->DescribeTo(os); in DescribeToImpl() 356 matcher_describers_[i]->DescribeTo(os); in DescribeNegationToImpl() 410 matcher_describers_[mi]->DescribeTo(listener->stream()); in VerifyMatchMatrix()
|
D | gmock-cardinalities.cc | 83 void DescribeTo(::std::ostream* os) const override; 107 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const { in DescribeTo() function in testing::__anonb4cbf1aa0111::BetweenCardinalityImpl
|
D | gmock-spec-builders.cc | 195 cardinality().DescribeTo(os); in DescribeCallCountTo() 252 cardinality().DescribeTo(&ss); in CheckActionCountIfNotDone()
|
/third_party/node/deps/googletest/include/gtest/ |
D | gtest-matchers.h | 123 virtual void DescribeTo(::std::ostream* os) const = 0; 133 DescribeTo(os); in DescribeNegationTo() 244 void DescribeTo(::std::ostream* os) const final { in DescribeTo() function 352 P::Get(m).DescribeTo(os); in DescribeImpl() 600 matcher.DescribeTo(&os); 640 void DescribeTo(::std::ostream* os) const override { impl_.DescribeTo(os); } 702 void DescribeTo(std::ostream* os) const { 817 void DescribeTo(::std::ostream* os) const {
|
/third_party/googletest/googletest/include/gtest/ |
D | gtest-matchers.h | 122 virtual void DescribeTo(::std::ostream* os) const = 0; 132 DescribeTo(os); in DescribeNegationTo() 280 void DescribeTo(::std::ostream* os) const final { in DescribeTo() function 388 P::Get(m).DescribeTo(os); in DescribeImpl() 636 matcher.DescribeTo(&os); 676 void DescribeTo(::std::ostream* os) const override { impl_.DescribeTo(os); } 738 void DescribeTo(std::ostream* os) const { 850 void DescribeTo(::std::ostream* os) const {
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/ |
D | WireTest.h | 43 void DescribeTo(std::ostream* os) const override { 87 void DescribeTo(std::ostream* os) const override {
|
/third_party/node/deps/v8/testing/ |
D | gmock-support.h | 43 virtual void DescribeTo(std::ostream* os) const { in DescribeTo() function
|
/third_party/skia/third_party/externals/abseil-cpp/absl/status/ |
D | statusor_test.cc | 72 void DescribeTo(std::ostream* os) const override { in DescribeTo() function in __anonb3aae1630111::IsOkAndHoldsMatcherImpl 74 inner_matcher_.DescribeTo(os); in DescribeTo() 131 void DescribeTo(std::ostream* os) const override { *os << "is OK"; } in DescribeTo() function in __anonb3aae1630111::MonoIsOkMatcherImpl
|
/third_party/cef/tools/distrib/gtest/ |
D | gtest.h | 6204 virtual void DescribeTo(::std::ostream* os) const = 0; 6214 DescribeTo(os); 6347 void DescribeTo(::std::ostream* os) const final { 6454 P::Get(m).DescribeTo(os); 6702 matcher.DescribeTo(&os); 6742 void DescribeTo(::std::ostream* os) const override { impl_.DescribeTo(os); } 6804 void DescribeTo(std::ostream* os) const { 6916 void DescribeTo(::std::ostream* os) const {
|
/third_party/node/deps/googletest/src/ |
D | gtest-death-test.cc | 605 matcher_.DescribeTo(&stream); in Passed()
|
/third_party/googletest/googletest/src/ |
D | gtest-death-test.cc | 601 matcher_.DescribeTo(&stream); in Passed()
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest-death-test.cc | 598 matcher_.DescribeTo(&stream); in Passed()
|
/third_party/googletest/docs/ |
D | gmock_cook_book.md | 1331 void DescribeTo(std::ostream* os) const { 3554 matcher.DescribeTo(os); 3581 void DescribeTo(std::ostream* os) const { 3651 void DescribeTo(std::ostream* os) const { *os << "is not NULL"; } 3698 virtual void DescribeTo(std::ostream* os) const = 0; 3717 // that has three members MatchAndExplain(), DescribeTo(), and 3731 void DescribeTo(std::ostream* os) const { *os << "is not NULL"; } 3779 virtual void DescribeTo(std::ostream* os) const = 0; 3801 void DescribeTo(std::ostream* os) const {
|