| 695 | _oneof_case_[0] = kBoolValue; |
| 696 | } |
| 697 | inline void Value::clear_bool_value() { |
| 698 | if (has_bool_value()) { |
| 699 | kind_.bool_value_ = false; |
| 700 | clear_has_kind(); |
| 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()) { |
nothing calls this directly
no outgoing calls
no test coverage detected