| 126 | } |
| 127 | |
| 128 | std::string Value::DebugString() const { |
| 129 | return variant_.Visit([](const auto& alternative) -> std::string { |
| 130 | return alternative.DebugString(); |
| 131 | }); |
| 132 | } |
| 133 | |
| 134 | absl::Status Value::SerializeTo( |
| 135 | const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool, |