| 42 | : expected_(expected) {} |
| 43 | |
| 44 | bool MatchAndExplain(const google::protobuf::MessageLite& p, |
| 45 | ::testing::MatchResultListener* listener) const { |
| 46 | return MatchAndExplain(cel::internal::down_cast<const google::protobuf::Message&>(p), |
| 47 | listener); |
| 48 | } |
| 49 | |
| 50 | bool MatchAndExplain(const google::protobuf::MessageLite* p, |
| 51 | ::testing::MatchResultListener* listener) const { |
nothing calls this directly
no test coverage detected