| 390 | } |
| 391 | |
| 392 | void UInt32MapFieldKeyAccessor(const google::protobuf::MapKey& key, |
| 393 | const google::protobuf::Message* absl_nonnull message, |
| 394 | google::protobuf::Arena* absl_nonnull arena, |
| 395 | Value* absl_nonnull result) { |
| 396 | ABSL_DCHECK(message != nullptr); |
| 397 | ABSL_DCHECK(arena != nullptr); |
| 398 | ABSL_DCHECK(result != nullptr); |
| 399 | |
| 400 | *result = UintValue(key.GetUInt32Value()); |
| 401 | } |
| 402 | |
| 403 | void UInt64MapFieldKeyAccessor(const google::protobuf::MapKey& key, |
| 404 | const google::protobuf::Message* absl_nonnull message, |