| 80 | void set_type(Type type) { mutable_type() = std::move(type); } |
| 81 | |
| 82 | ABSL_MUST_USE_RESULT bool has_value() const { return value_.has_value(); } |
| 83 | |
| 84 | ABSL_MUST_USE_RESULT const Constant& value() const |
| 85 | ABSL_ATTRIBUTE_LIFETIME_BOUND { |
no outgoing calls