Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/googletest/googlemock/test/
H A Dgmock-cardinalities_test.cc121 c.DescribeTo(&ss); in TEST()
149 c.DescribeTo(&ss); in TEST()
171 c.DescribeTo(&ss2); in TEST()
204 c.DescribeTo(&ss); in TEST()
226 c.DescribeTo(&ss2); in TEST()
273 c.DescribeTo(&ss); in TEST()
291 c.DescribeTo(&ss); in TEST()
309 c.DescribeTo(&ss); in TEST()
330 c.DescribeTo(&ss); in TEST()
358 c.DescribeTo(&ss); in TEST()
[all …]
H A Dgmock-generated-matchers_test.cc98 m.DescribeTo(&ss); in Describe()
239 virtual void DescribeTo(::std::ostream* os) const {} in DescribeTo() function in __anon3c8507a90111::LessThanMatcher
270 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo() function in __anon3c8507a90111::GreaterThanMatcher
H A Dgmock-matchers_test.cc164 virtual void DescribeTo(ostream* os) const { in DescribeTo() function in testing::gmock_matchers_test::GreaterThanMatcher
264 virtual void DescribeTo(ostream* os) const { in DescribeTo() function in testing::gmock_matchers_test::EvenMatcherImpl
294 virtual void DescribeTo(ostream* os) const { in DescribeTo() function in testing::gmock_matchers_test::NewEvenMatcherImpl
531 void DescribeTo(ostream* os) const { *os << "g_bar or zero"; } in DescribeTo() function in testing::gmock_matchers_test::ReferencesBarOrIsZeroImpl
564 void DescribeTo(ostream* os) const { *os << "is even"; } in DescribeTo() function in testing::gmock_matchers_test::PolymorphicIsEvenImpl
4672 void DescribeTo(ostream* os) const { in DescribeTo() function in testing::gmock_matchers_test::DivisibleByImpl
6383 void DescribeTo(ostream* os) const { in DescribeTo() function in testing::gmock_matchers_test::IsHalfOfMatcher
H A Dgmock-spec-builders_test.cc1965 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo() function in __anone04377880111::EvenNumberCardinality
/freebsd-12.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h141 DescribeTo(os); in DescribeNegationTo()
198 virtual void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function
302 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function
550 matcher.DescribeTo(&os);
591 impl_.DescribeTo(os); in DescribeTo()
1693 matcher_.DescribeTo(os);
2064 matcher.DescribeTo(&ss);
2395 matcher_.DescribeTo(os);
2472 matcher_.DescribeTo(os);
2547 matcher_.DescribeTo(os);
[all …]
H A Dgmock-cardinalities.h79 virtual void DescribeTo(::std::ostream* os) const = 0;
119 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function
H A Dgmock-generated-matchers.h241 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo() function
244 inner_matcher_.DescribeTo(os); in DescribeTo()
1399 virtual void DescribeTo(::std::ostream* gmock_os) const {\
1447 virtual void DescribeTo(::std::ostream* gmock_os) const {\
1501 virtual void DescribeTo(::std::ostream* gmock_os) const {\
1561 virtual void DescribeTo(::std::ostream* gmock_os) const {\
1628 virtual void DescribeTo(::std::ostream* gmock_os) const {\
1704 virtual void DescribeTo(::std::ostream* gmock_os) const {\
1784 virtual void DescribeTo(::std::ostream* gmock_os) const {\
1870 virtual void DescribeTo(::std::ostream* gmock_os) const {\
[all …]
H A Dgmock-generated-matchers.h.pump135 virtual void DescribeTo(::std::ostream* os) const {
138 inner_matcher_.DescribeTo(os);
641 virtual void DescribeTo(::std::ostream* gmock_os) const {\
H A Dgmock-spec-builders.h1076 extra_matcher_.DescribeTo(os); in MaybeDescribeExtraMatcherTo()
1133 extra_matcher_.DescribeTo(os); in ExplainMatchResultTo()
/freebsd-12.1/contrib/llvm/include/llvm/Testing/Support/
H A DError.h54 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function
56 Matcher.DescribeTo(OS); in DescribeTo()
113 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function
117 Matcher->DescribeTo(OS); in DescribeTo()
/freebsd-12.1/contrib/googletest/googlemock/src/
H A Dgmock-cardinalities.cc84 virtual void DescribeTo(::std::ostream* os) const;
107 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const { in DescribeTo() function in testing::__anon48be839b0111::BetweenCardinalityImpl
H A Dgmock-matchers.cc403 matcher_describers_[0]->DescribeTo(os); in DescribeToImpl()
425 matcher_describers_[i]->DescribeTo(os); in DescribeToImpl()
466 matcher_describers_[i]->DescribeTo(os); in DescribeNegationToImpl()
503 matcher_describers_[mi]->DescribeTo(listener->stream()); in VerifyMatchMatrix()
H A Dgmock-spec-builders.cc187 cardinality().DescribeTo(os); in DescribeCallCountTo()
243 cardinality().DescribeTo(&ss); in CheckActionCountIfNotDone()
/freebsd-12.1/contrib/googletest/googlemock/docs/
H A DCookBook.md1119 virtual void DescribeTo(::std::ostream* os) const {
3084 virtual void DescribeTo(::std::ostream* os) const = 0;
3113 virtual void DescribeTo(::std::ostream* os) const {
3179 // that has three members MatchAndExplain(), DescribeTo(), and
3193 void DescribeTo(::std::ostream* os) const { *os << "is not NULL"; }
3239 virtual void DescribeTo(::std::ostream* os) const = 0;
3261 virtual void DescribeTo(::std::ostream* os) const {