Auto-generate files after cl/613716602

pull/16042/head
Protobuf Team Bot 9 months ago
parent 99315b19d2
commit 3ee0120cee
  1. 4
      php/ext/google/protobuf/php-upb.h
  2. 4
      ruby/ext/google/protobuf_c/ruby-upb.h

@ -1603,8 +1603,8 @@ UPB_INLINE const char* upb_MiniTable_FullName(
// Initializes tracing proto name from language runtimes that construct
// mini tables dynamically at runtime. The runtime is responsible for passing
// controlling lifetime of name such as storing in same arena as mini_table.
UPB_INLINE const char* upb_MiniTable_SetFullName(
struct upb_MiniTable* mini_table, char* full_name) {
UPB_INLINE void upb_MiniTable_SetFullName(struct upb_MiniTable* mini_table,
const char* full_name) {
mini_table->UPB_PRIVATE(full_name) = full_name;
}
#endif

@ -1605,8 +1605,8 @@ UPB_INLINE const char* upb_MiniTable_FullName(
// Initializes tracing proto name from language runtimes that construct
// mini tables dynamically at runtime. The runtime is responsible for passing
// controlling lifetime of name such as storing in same arena as mini_table.
UPB_INLINE const char* upb_MiniTable_SetFullName(
struct upb_MiniTable* mini_table, char* full_name) {
UPB_INLINE void upb_MiniTable_SetFullName(struct upb_MiniTable* mini_table,
const char* full_name) {
mini_table->UPB_PRIVATE(full_name) = full_name;
}
#endif

Loading…
Cancel
Save