| 449 | } |
| 450 | |
| 451 | CustomMapValue::CustomMapValue() { |
| 452 | content_ = CustomMapValueContent::From(CustomMapValueInterface::Content{ |
| 453 | .interface = &EmptyMapValue::Get(), .arena = nullptr}); |
| 454 | } |
| 455 | |
| 456 | NativeTypeId CustomMapValue::GetTypeId() const { |
| 457 | if (dispatcher_ == nullptr) { |