| 9096 | void DescribeTo(::std::ostream* os) const override { impl_->DescribeTo(os); } |
| 9097 | |
| 9098 | void DescribeNegationTo(::std::ostream* os) const override { |
| 9099 | impl_->DescribeNegationTo(os); |
| 9100 | } |
| 9101 | |
| 9102 | bool MatchAndExplain(const T& x, |
| 9103 | MatchResultListener* listener) const override { |
nothing calls this directly
no test coverage detected