Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-cardinalities_test.cc121 c.DescribeTo(&ss); in TEST()
150 c.DescribeTo(&ss); in TEST()
166 AtLeast(1).DescribeTo(&ss1); in TEST()
170 c.DescribeTo(&ss2); in TEST()
174 AtLeast(3).DescribeTo(&ss3); in TEST()
203 c.DescribeTo(&ss); in TEST()
219 AtMost(1).DescribeTo(&ss1); in TEST()
223 c.DescribeTo(&ss2); in TEST()
227 AtMost(3).DescribeTo(&ss3); in TEST()
274 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::__anonbdf523750111::EvenMatcherImpl
127 void DescribeTo(ostream* os) const override { *os << "is an even number"; } in DescribeTo() function in testing::gmock_matchers_test::__anonbdf523750111::NewEvenMatcherImpl
308 void DescribeTo(ostream* os) const { *os << "g_bar or zero"; } in DescribeTo() function in testing::gmock_matchers_test::__anonbdf523750111::ReferencesBarOrIsZeroImpl
341 void DescribeTo(ostream* os) const { *os << "is even"; } in DescribeTo() function in testing::gmock_matchers_test::__anonbdf523750111::PolymorphicIsEvenImpl
2302 void DescribeTo(ostream* os) const { *os << "is divisible by " << divider_; } in TEST() function in testing::gmock_matchers_test::__anonbdf523750111::DivisibleByImpl
H A Dgmock-matchers-misc_test.cc968 void DescribeTo(::std::ostream* /*os*/) const override {} in DescribeTo() function in testing::gmock_matchers_test::__anonebb175b30111::LessThanMatcher
1701 matcher.DescribeTo(&ss); in TEST()
1744 matcher.DescribeTo(&ss); in TEST_P()
H A Dgmock-matchers-containers_test.cc2250 void DescribeTo(ostream* os) const { in DescribeTo() function in testing::gmock_matchers_test::__anon540e1b3d0111::IsHalfOfMatcher
2540 void DescribeTo(ostream* os) const override { *os << "[DescribeTo]"; } in DescribeTo() function in testing::gmock_matchers_test::__anon540e1b3d0111::PredicateFormatterFromMatcherTest::MockMatcher
H A Dgmock-spec-builders_test.cc1848 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function in testing::__anon061b47f50111::EvenNumberCardinality
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h442 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function
443 source_matcher_.DescribeTo(os); in DescribeTo()
645 std::get<N - 1>(matchers).DescribeTo(os); in ExplainMatchFailuresTo()
753 void DescribeTo(std::ostream* os) const { *os << "is anything"; }
772 void DescribeTo(::std::ostream* os) const { *os << "is NULL"; }
786 void DescribeTo(::std::ostream* os) const { *os << "isn't NULL"; }
843 void DescribeTo(::std::ostream* os) const override {
939 void DescribeTo(::std::ostream* os) const {
1002 void DescribeTo(::std::ostream* os) const {
1056 void DescribeTo(::std::ostream* os) const {
[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/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/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/contrib/googletest/googlemock/src/
H A Dgmock-matchers.cc292 matcher_describers_[0]->DescribeTo(os); in DescribeToImpl()
314 matcher_describers_[i]->DescribeTo(os); in DescribeToImpl()
355 matcher_describers_[i]->DescribeTo(os); in DescribeNegationToImpl()
409 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::__anon5391c6480111::BetweenCardinalityImpl
H A Dgmock-spec-builders.cc193 cardinality().DescribeTo(os); in DescribeCallCountTo()
250 cardinality().DescribeTo(&ss); in CheckActionCountIfNotDone()
/freebsd/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/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc607 matcher_.DescribeTo(&stream); in Passed()
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md1335 void DescribeTo(std::ostream* os) const {
3590 matcher.DescribeTo(os);
3617 void DescribeTo(std::ostream* os) const {
3687 void DescribeTo(std::ostream* os) const { *os << "is not NULL"; }
3734 virtual void DescribeTo(std::ostream* os) const = 0;
3753 // that has three members MatchAndExplain(), DescribeTo(), and
3767 void DescribeTo(std::ostream* os) const { *os << "is not NULL"; }
3815 virtual void DescribeTo(std::ostream* os) const = 0;
3837 void DescribeTo(std::ostream* os) const {