| 9100 | } |
| 9101 | |
| 9102 | bool MatchAndExplain(const T& x, |
| 9103 | MatchResultListener* listener) const override { |
| 9104 | return impl_->MatchAndExplain(x, listener); |
| 9105 | } |
| 9106 | |
| 9107 | private: |
| 9108 | const MatcherInterface<T>* const impl_; |
nothing calls this directly
no test coverage detected