Home
last modified time | relevance | path

Searched refs:DescribeTo (Results 1 – 25 of 29) sorted by relevance

12

/third_party/googletest/googlemock/test/
Dgmock-cardinalities_test.cc119 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 …]
Dgmock-matchers_test.h107 void DescribeTo(ostream* os) const { *os << "is > " << rhs; } in DescribeTo() function
137 void DescribeTo(ostream* os) const override { impl_.DescribeTo(os); } in DescribeTo() function
Dgmock-matchers-comparisons_test.cc98 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
Dgmock-matchers-misc_test.cc962 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/
Dgmock-matchers.h440 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 …]
Dgmock-cardinalities.h84 virtual void DescribeTo(::std::ostream* os) const = 0;
125 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function
Dgmock-more-matchers.h86 void DescribeTo(std::ostream* os) const { *os << "is empty"; } in DescribeTo() function
Dgmock-spec-builders.h1085 extra_matcher_.DescribeTo(os); in MaybeDescribeExtraMatcherTo()
1149 extra_matcher_.DescribeTo(os); in ExplainMatchResultTo()
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest-matchers.h125 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/
DError.h53 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()
DSupportHelpers.h81 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/
Dstatus_test_support.cc24 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/
Dgmock-matchers.cc293 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()
Dgmock-cardinalities.cc83 void DescribeTo(::std::ostream* os) const override;
107 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const { in DescribeTo() function in testing::__anonb4cbf1aa0111::BetweenCardinalityImpl
Dgmock-spec-builders.cc195 cardinality().DescribeTo(os); in DescribeCallCountTo()
252 cardinality().DescribeTo(&ss); in CheckActionCountIfNotDone()
/third_party/node/deps/googletest/include/gtest/
Dgtest-matchers.h123 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/
Dgtest-matchers.h122 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/
DWireTest.h43 void DescribeTo(std::ostream* os) const override {
87 void DescribeTo(std::ostream* os) const override {
/third_party/node/deps/v8/testing/
Dgmock-support.h43 virtual void DescribeTo(std::ostream* os) const { in DescribeTo() function
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
Dstatusor_test.cc72 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/
Dgtest.h6204 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/
Dgtest-death-test.cc605 matcher_.DescribeTo(&stream); in Passed()
/third_party/googletest/googletest/src/
Dgtest-death-test.cc601 matcher_.DescribeTo(&stream); in Passed()
/third_party/mesa3d/src/gtest/src/
Dgtest-death-test.cc598 matcher_.DescribeTo(&stream); in Passed()
/third_party/googletest/docs/
Dgmock_cook_book.md1331 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 {

12