| 401 | } |
| 402 | |
| 403 | void UInt64MapFieldKeyAccessor(const google::protobuf::MapKey& key, |
| 404 | const google::protobuf::Message* absl_nonnull message, |
| 405 | google::protobuf::Arena* absl_nonnull arena, |
| 406 | Value* absl_nonnull result) { |
| 407 | ABSL_DCHECK(message != nullptr); |
| 408 | ABSL_DCHECK(arena != nullptr); |
| 409 | ABSL_DCHECK(result != nullptr); |
| 410 | |
| 411 | *result = UintValue(key.GetUInt64Value()); |
| 412 | } |
| 413 | |
| 414 | void StringMapFieldKeyAccessor(const google::protobuf::MapKey& key, |
| 415 | const google::protobuf::Message* absl_nonnull message, |