| 528 | _oneof_case_[0] = kNullValue; |
| 529 | } |
| 530 | inline void Value::clear_null_value() { |
| 531 | if (has_null_value()) { |
| 532 | kind_.null_value_ = 0; |
| 533 | clear_has_kind(); |
| 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()) { |
nothing calls this directly
no outgoing calls
no test coverage detected