| 9197 | |
| 9198 | protected: |
| 9199 | MatcherBase() {} |
| 9200 | |
| 9201 | // Constructs a matcher from its implementation. |
| 9202 | explicit MatcherBase(const MatcherInterface<const T&>* impl) : impl_(impl) {} |
nothing calls this directly
no outgoing calls
no test coverage detected