Searched refs:DescribeTo (Results 1 – 11 of 11) sorted by relevance
224 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function225 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 …]
84 virtual void DescribeTo(::std::ostream* os) const = 0;125 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function
277 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 …]
1077 extra_matcher_.DescribeTo(os); in MaybeDescribeExtraMatcherTo()1133 extra_matcher_.DescribeTo(os); in ExplainMatchResultTo()
53 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function55 Matcher.DescribeTo(OS); in DescribeTo()112 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function116 Matcher->DescribeTo(OS); in DescribeTo()148 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function150 Matcher.DescribeTo(OS); in DescribeTo()
83 void DescribeTo(std::ostream *OS) const override { in DescribeTo() function85 ValueMatcher.DescribeTo(OS); in DescribeTo()89 ValueMatcher.DescribeTo(OS); in DescribeNegationTo()
125 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() function274 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo() function437 matcher.DescribeTo(&os);477 virtual void DescribeTo(::std::ostream* os) const { impl_.DescribeTo(os); } in DescribeTo() function551 void DescribeTo(::std::ostream* os) const override { in DescribeTo() function652 void DescribeTo(::std::ostream* os) const { in DescribeTo() function
293 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()
84 void DescribeTo(::std::ostream* os) const override;107 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const { in DescribeTo() function in testing::__anone6e76ace0111::BetweenCardinalityImpl
188 cardinality().DescribeTo(os); in DescribeCallCountTo()244 cardinality().DescribeTo(&ss); in CheckActionCountIfNotDone()
598 matcher_.DescribeTo(&stream); in Passed()