| 534 | } |
| 535 | } |
| 536 | inline ::google::protobuf::NullValue Value::null_value() const { |
| 537 | // @@protoc_insertion_point(field_get:google.protobuf.Value.null_value) |
| 538 | if (has_null_value()) { |
| 539 | return static_cast< ::google::protobuf::NullValue >(kind_.null_value_); |
| 540 | } |
| 541 | return static_cast< ::google::protobuf::NullValue >(0); |
| 542 | } |
| 543 | inline void Value::set_null_value(::google::protobuf::NullValue value) { |
| 544 | if (!has_null_value()) { |
| 545 | clear_kind(); |
nothing calls this directly
no outgoing calls
no test coverage detected