Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h224 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function
225 source_matcher_.DescribeTo(os); in DescribeTo()
399 std::get<N - 1>(matchers).DescribeTo(os); in ExplainMatchFailuresTo()
504 void DescribeTo(::std::ostream* os) const override { *os << "is anything"; }
533 void DescribeTo(::std::ostream* os) const { *os << "is NULL"; }
549 void DescribeTo(::std::ostream* os) const { *os << "isn't NULL"; }
608 void DescribeTo(::std::ostream* os) const override {
708 void DescribeTo(::std::ostream* os) const {
774 void DescribeTo(::std::ostream* os) const {
831 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-generated-matchers.h277 virtual void DescribeTo(::std::ostream* gmock_os) const {\
326 virtual void DescribeTo(::std::ostream* gmock_os) const {\
379 virtual void DescribeTo(::std::ostream* gmock_os) const {\
439 virtual void DescribeTo(::std::ostream* gmock_os) const {\
503 virtual void DescribeTo(::std::ostream* gmock_os) const {\
576 virtual void DescribeTo(::std::ostream* gmock_os) const {\
652 virtual void DescribeTo(::std::ostream* gmock_os) const {\
734 virtual void DescribeTo(::std::ostream* gmock_os) const {\
822 virtual void DescribeTo(::std::ostream* gmock_os) const {\
917 virtual void DescribeTo(::std::ostream* gmock_os) const {\
[all …]
H A Dgmock-spec-builders.h1077 extra_matcher_.DescribeTo(os); in MaybeDescribeExtraMatcherTo()
1133 extra_matcher_.DescribeTo(os); in ExplainMatchResultTo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/
H A 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()
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()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A 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
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/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()
393 matcher_describers_[mi]->DescribeTo(listener->stream()); in VerifyMatchMatrix()
H A Dgmock-cardinalities.cc84 void DescribeTo(::std::ostream* os) const override;
107 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const { in DescribeTo() function in testing::__anone6e76ace0111::BetweenCardinalityImpl
H A Dgmock-spec-builders.cc188 cardinality().DescribeTo(os); in DescribeCallCountTo()
244 cardinality().DescribeTo(&ss); in CheckActionCountIfNotDone()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc598 matcher_.DescribeTo(&stream); in Passed()