| 2545 | } |
| 2546 | |
| 2547 | CustomMapValue Value::GetCustomMap() && { |
| 2548 | ABSL_DCHECK(IsCustomMap()) << *this; |
| 2549 | return std::move(variant_).Get<CustomMapValue>(); |
| 2550 | } |
| 2551 | |
| 2552 | const ParsedMapFieldValue& Value::GetParsedMapField() const& { |
| 2553 | ABSL_DCHECK(IsParsedMapField()) << *this; |