optional .google.protobuf.Struct struct_value = 5;
| 718 | |
| 719 | // optional .google.protobuf.Struct struct_value = 5; |
| 720 | inline bool Value::has_struct_value() const { |
| 721 | return kind_case() == kStructValue; |
| 722 | } |
| 723 | inline void Value::set_has_struct_value() { |
| 724 | _oneof_case_[0] = kStructValue; |
| 725 | } |
nothing calls this directly
no outgoing calls
no test coverage detected