| 563 | } |
| 564 | } |
| 565 | inline double Value::number_value() const { |
| 566 | // @@protoc_insertion_point(field_get:google.protobuf.Value.number_value) |
| 567 | if (has_number_value()) { |
| 568 | return kind_.number_value_; |
| 569 | } |
| 570 | return 0; |
| 571 | } |
| 572 | inline void Value::set_number_value(double value) { |
| 573 | if (!has_number_value()) { |
| 574 | clear_kind(); |
nothing calls this directly
no outgoing calls
no test coverage detected