| 106 | } |
| 107 | |
| 108 | google::protobuf::ConstMapIterator ConstMapEnd(const google::protobuf::Reflection& reflection, |
| 109 | const google::protobuf::Message& message, |
| 110 | const google::protobuf::FieldDescriptor& field) { |
| 111 | return google::protobuf::expr::CelMapReflectionFriend::ConstMapEnd(reflection, message, |
| 112 | field); |
| 113 | } |
| 114 | |
| 115 | bool InsertOrLookupMapValue(const google::protobuf::Reflection& reflection, |
| 116 | google::protobuf::Message* message, |
no outgoing calls
no test coverage detected