| 113 | } |
| 114 | |
| 115 | bool InsertOrLookupMapValue(const google::protobuf::Reflection& reflection, |
| 116 | google::protobuf::Message* message, |
| 117 | const google::protobuf::FieldDescriptor& field, |
| 118 | const google::protobuf::MapKey& key, |
| 119 | google::protobuf::MapValueRef* value) { |
| 120 | return google::protobuf::expr::CelMapReflectionFriend::InsertOrLookupMapValue( |
| 121 | reflection, message, field, key, value); |
| 122 | } |
| 123 | |
| 124 | bool DeleteMapValue(const google::protobuf::Reflection* absl_nonnull reflection, |
| 125 | google::protobuf::Message* absl_nonnull message, |
no outgoing calls
no test coverage detected