optional .google.protobuf.NullValue null_value = 1;
| 522 | |
| 523 | // optional .google.protobuf.NullValue null_value = 1; |
| 524 | inline bool Value::has_null_value() const { |
| 525 | return kind_case() == kNullValue; |
| 526 | } |
| 527 | inline void Value::set_has_null_value() { |
| 528 | _oneof_case_[0] = kNullValue; |
| 529 | } |
nothing calls this directly
no outgoing calls
no test coverage detected