| 9094 | ~MatcherInterfaceAdapter() override { delete impl_; } |
| 9095 | |
| 9096 | void DescribeTo(::std::ostream* os) const override { impl_->DescribeTo(os); } |
| 9097 | |
| 9098 | void DescribeNegationTo(::std::ostream* os) const override { |
| 9099 | impl_->DescribeNegationTo(os); |
nothing calls this directly
no test coverage detected