Auto-generate files after cl/612961189

pull/16059/head
Protobuf Team Bot 11 months ago
parent 87abd5d2ca
commit 5ec1e25d6e
  1. 3
      php/ext/google/protobuf/php-upb.h
  2. 3
      ruby/ext/google/protobuf_c/ruby-upb.h

@ -3163,6 +3163,9 @@ upb_Message_GetField(const upb_Message* msg, const upb_MiniTableField* field,
return ret; return ret;
} }
// Sets the value of the given field in the given msg. The return value is true
// if the operation completed successfully, or false if memory allocation
// failed.
UPB_INLINE bool upb_Message_SetField(upb_Message* msg, UPB_INLINE bool upb_Message_SetField(upb_Message* msg,
const upb_MiniTableField* field, const upb_MiniTableField* field,
upb_MessageValue val, upb_Arena* a) { upb_MessageValue val, upb_Arena* a) {

@ -3165,6 +3165,9 @@ upb_Message_GetField(const upb_Message* msg, const upb_MiniTableField* field,
return ret; return ret;
} }
// Sets the value of the given field in the given msg. The return value is true
// if the operation completed successfully, or false if memory allocation
// failed.
UPB_INLINE bool upb_Message_SetField(upb_Message* msg, UPB_INLINE bool upb_Message_SetField(upb_Message* msg,
const upb_MiniTableField* field, const upb_MiniTableField* field,
upb_MessageValue val, upb_Arena* a) { upb_MessageValue val, upb_Arena* a) {

Loading…
Cancel
Save