| 1211 | } |
| 1212 | |
| 1213 | absl::optional<CelValue> operator[](CelValue key) const override { |
| 1214 | return Get(map_.get_allocator().arena(), key); |
| 1215 | } |
| 1216 | |
| 1217 | using MutableCompatMapValue::Get; |
| 1218 | absl::optional<CelValue> Get(google::protobuf::Arena* arena, |