| 701 | } |
| 702 | } |
| 703 | inline bool Value::bool_value() const { |
| 704 | // @@protoc_insertion_point(field_get:google.protobuf.Value.bool_value) |
| 705 | if (has_bool_value()) { |
| 706 | return kind_.bool_value_; |
| 707 | } |
| 708 | return false; |
| 709 | } |
| 710 | inline void Value::set_bool_value(bool value) { |
| 711 | if (!has_bool_value()) { |
| 712 | clear_kind(); |
nothing calls this directly
no outgoing calls
no test coverage detected