| 92 | } |
| 93 | |
| 94 | int MapSize(const google::protobuf::Reflection& reflection, |
| 95 | const google::protobuf::Message& message, |
| 96 | const google::protobuf::FieldDescriptor& field) { |
| 97 | return google::protobuf::expr::CelMapReflectionFriend::MapSize(reflection, message, |
| 98 | field); |
| 99 | } |
| 100 | |
| 101 | google::protobuf::ConstMapIterator ConstMapBegin(const google::protobuf::Reflection& reflection, |
| 102 | const google::protobuf::Message& message, |
no outgoing calls
no test coverage detected