| 99 | } |
| 100 | |
| 101 | google::protobuf::ConstMapIterator ConstMapBegin(const google::protobuf::Reflection& reflection, |
| 102 | const google::protobuf::Message& message, |
| 103 | const google::protobuf::FieldDescriptor& field) { |
| 104 | return google::protobuf::expr::CelMapReflectionFriend::ConstMapBegin(reflection, |
| 105 | message, field); |
| 106 | } |
| 107 | |
| 108 | google::protobuf::ConstMapIterator ConstMapEnd(const google::protobuf::Reflection& reflection, |
| 109 | const google::protobuf::Message& message, |
no outgoing calls
no test coverage detected