Auto-generate files after cl/560854805

pull/13719/head
Protobuf Team Bot 2 years ago
parent 028c8618f5
commit 9274c2be9c
  1. 6
      src/google/protobuf/struct.pb.h

@ -1082,7 +1082,8 @@ inline ::google::protobuf::Struct* Value::_internal_mutable_struct_value() {
if (kind_case() != kStructValue) {
clear_kind();
set_has_struct_value();
_impl_.kind_.struct_value_ = CreateMaybeMessage<::google::protobuf::Struct>(GetArenaForAllocation());
_impl_.kind_.struct_value_ =
CreateMaybeMessage<::google::protobuf::Struct>(GetArenaForAllocation());
}
return _impl_.kind_.struct_value_;
}
@ -1158,7 +1159,8 @@ inline ::google::protobuf::ListValue* Value::_internal_mutable_list_value() {
if (kind_case() != kListValue) {
clear_kind();
set_has_list_value();
_impl_.kind_.list_value_ = CreateMaybeMessage<::google::protobuf::ListValue>(GetArenaForAllocation());
_impl_.kind_.list_value_ =
CreateMaybeMessage<::google::protobuf::ListValue>(GetArenaForAllocation());
}
return _impl_.kind_.list_value_;
}

Loading…
Cancel
Save