Returns the describer for this matcher object; retains ownership of the describer, which is only guaranteed to be alive when this matcher object is alive.
| 9192 | // of the describer, which is only guaranteed to be alive when |
| 9193 | // this matcher object is alive. |
| 9194 | const MatcherDescriberInterface* GetDescriber() const { |
| 9195 | return impl_.get(); |
| 9196 | } |
| 9197 | |
| 9198 | protected: |
| 9199 | MatcherBase() {} |