Auto-generate files after cl/613747349

pull/16102/head
Protobuf Team Bot 1 year ago
parent 3c0f3ca6be
commit cdb0345d16
  1. 3
      php/ext/google/protobuf/php-upb.h
  2. 3
      ruby/ext/google/protobuf_c/ruby-upb.h

@ -3472,6 +3472,9 @@ UPB_API_INLINE void _upb_Message_SetTaggedMessagePtr(
_upb_Message_SetNonExtensionField(msg, field, &sub_message);
}
// Sets the value of a message-typed field. The `mini_table` and `field`
// parameters belong to `msg`, not `sub_message`. The mini_tables of `msg` and
// `sub_message` must have been linked for this to work correctly.
UPB_API_INLINE void upb_Message_SetMessage(upb_Message* msg,
const upb_MiniTable* mini_table,
const upb_MiniTableField* field,

@ -3474,6 +3474,9 @@ UPB_API_INLINE void _upb_Message_SetTaggedMessagePtr(
_upb_Message_SetNonExtensionField(msg, field, &sub_message);
}
// Sets the value of a message-typed field. The `mini_table` and `field`
// parameters belong to `msg`, not `sub_message`. The mini_tables of `msg` and
// `sub_message` must have been linked for this to work correctly.
UPB_API_INLINE void upb_Message_SetMessage(upb_Message* msg,
const upb_MiniTable* mini_table,
const upb_MiniTableField* field,

Loading…
Cancel
Save