Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googlemock/test/
H A Dgmock-cardinalities_test.cc121 c.DescribeTo(&ss); in TEST()
150 c.DescribeTo(&ss); in TEST()
170 c.DescribeTo(&ss2); in TEST()
203 c.DescribeTo(&ss); in TEST()
223 c.DescribeTo(&ss2); in TEST()
274 c.DescribeTo(&ss); in TEST()
291 c.DescribeTo(&ss); in TEST()
308 c.DescribeTo(&ss); in TEST()
328 c.DescribeTo(&ss); in TEST()
357 c.DescribeTo(&ss); in TEST()
[all …]
H A 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
H A Dgmock-matchers-comparisons_test.cc99 void DescribeTo(ostream* os) const override { *os << "is an even number"; } in DescribeTo() function in testing::gmock_matchers_test::__anoncc07666b0111::EvenMatcherImpl
127 void DescribeTo(ostream* os) const override { *os << "is an even number"; } in DescribeTo() function in testing::gmock_matchers_test::__anoncc07666b0111::NewEvenMatcherImpl
308 void DescribeTo(ostream* os) const { *os << "g_bar or zero"; } in DescribeTo() function in testing::gmock_matchers_test::__anoncc07666b0111::ReferencesBarOrIsZeroImpl
341 void DescribeTo(ostream* os) const { *os << "is even"; } in DescribeTo() function in testing::gmock_matchers_test::__anoncc07666b0111::PolymorphicIsEvenImpl
2293 void DescribeTo(ostream* os) const { *os << "is divisible by " << divider_; } in TEST() function in testing::gmock_matchers_test::__anoncc07666b0111::DivisibleByImpl
H A Dgmock-matchers-misc_test.cc968 void DescribeTo(::std::ostream* /*os*/) const override {} in DescribeTo() function in testing::gmock_matchers_test::__anon9f78c1690111::LessThanMatcher
1701 matcher.DescribeTo(&ss); in TEST()
1744 matcher.DescribeTo(&ss); in TEST_P()
H A Dgmock-matchers-containers_test.cc2239 void DescribeTo(ostream* os) const { in DescribeTo() function in testing::gmock_matchers_test::__anon8ac8d7730111::IsHalfOfMatcher
2529 void DescribeTo(ostream* os) const override { *os << "[DescribeTo]"; } in DescribeTo() function in testing::gmock_matchers_test::__anon8ac8d7730111::PredicateFormatterFromMatcherTest::MockMatcher
H A Dgmock-spec-builders_test.cc1848 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function in testing::__anonb9e293ab0111::EvenNumberCardinality
/freebsd-14.2/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1248 matcher_.DescribeTo(os);
1602 matcher.DescribeTo(&ss);
1898 matcher_.DescribeTo(os);
1994 matcher_.DescribeTo(os);
2066 matcher_.DescribeTo(os);
2133 matcher_.DescribeTo(os);
3971 matcher_.DescribeTo(os);
4032 matcher_.DescribeTo(os);
5278 matcher_.DescribeTo(os);
5283 matcher_.DescribeTo(os);
[all …]
H A Dgmock-cardinalities.h84 virtual void DescribeTo(::std::ostream* os) const = 0;
125 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function
H A Dgmock-more-matchers.h83 void DescribeTo(std::ostream* os) const { *os << "is empty"; } in DescribeTo() function
H A Dgmock-spec-builders.h1088 extra_matcher_.DescribeTo(os); in MaybeDescribeExtraMatcherTo()
1152 extra_matcher_.DescribeTo(os); in ExplainMatchResultTo()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DError.h52 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function
54 Matcher.DescribeTo(OS); in DescribeTo()
111 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function
115 Matcher->DescribeTo(OS); in DescribeTo()
148 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function
150 Matcher.DescribeTo(OS); in DescribeTo()
H A DSupportHelpers.h83 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function
85 ValueMatcher.DescribeTo(OS); in DescribeTo()
89 ValueMatcher.DescribeTo(OS); in DescribeNegationTo()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Testing/ADT/
H A DStringMapEntry.h59 void DescribeTo(std::ostream *OS) const override {
61 KeyMatcher.DescribeTo(OS);
63 ValueMatcher.DescribeTo(OS);
/freebsd-14.2/contrib/googletest/googlemock/src/
H A 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()
H A Dgmock-cardinalities.cc83 void DescribeTo(::std::ostream* os) const override;
107 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const { in DescribeTo() function in testing::__anon3810017e0111::BetweenCardinalityImpl
H A Dgmock-spec-builders.cc193 cardinality().DescribeTo(os); in DescribeCallCountTo()
250 cardinality().DescribeTo(&ss); in CheckActionCountIfNotDone()
/freebsd-14.2/contrib/googletest/googletest/include/gtest/
H A 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 {
/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc605 matcher_.DescribeTo(&stream); in Passed()
/freebsd-14.2/contrib/googletest/docs/
H A Dgmock_cook_book.md1335 void DescribeTo(std::ostream* os) const {
3555 matcher.DescribeTo(os);
3582 void DescribeTo(std::ostream* os) const {
3652 void DescribeTo(std::ostream* os) const { *os << "is not NULL"; }
3699 virtual void DescribeTo(std::ostream* os) const = 0;
3718 // that has three members MatchAndExplain(), DescribeTo(), and
3732 void DescribeTo(std::ostream* os) const { *os << "is not NULL"; }
3780 virtual void DescribeTo(std::ostream* os) const = 0;
3802 void DescribeTo(std::ostream* os) const {