From fd82df7dba610ff8ca3376ccf44cf7a85cf3d98e Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Mon, 29 Jan 2024 20:24:42 +0000 Subject: [PATCH] Auto-generate files after cl/602461889 --- php/ext/google/protobuf/php-upb.h | 9 ++++----- ruby/ext/google/protobuf_c/ruby-upb.h | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/php/ext/google/protobuf/php-upb.h b/php/ext/google/protobuf/php-upb.h index f7cdf741ab..b9b23e7c39 100644 --- a/php/ext/google/protobuf/php-upb.h +++ b/php/ext/google/protobuf/php-upb.h @@ -554,7 +554,7 @@ UPB_INLINE bool upb_StringView_IsEqual(upb_StringView a, upb_StringView b) { } // LINT.ThenChange( -// GoogleInternalName0, +// GoogleInternalName1, // //depot/google3/third_party/upb/bits/golang/accessor.go:map_go_string, // //depot/google3/third_party/upb/bits/typescript/string_view.ts // ) @@ -833,7 +833,8 @@ UPB_API_INLINE void upb_Arena_ShrinkLast(upb_Arena* a, void* ptr, extern "C" { #endif -// LINT.IfChange(struct_definition) +// LINT.IfChange(upb_Array) + // Our internal representation for repeated fields. struct upb_Array { // This is a tagged pointer. Bits #0 and #1 encode the elem size as follows: @@ -940,9 +941,7 @@ UPB_INLINE size_t UPB_PRIVATE(_upb_Array_Size)(const struct upb_Array* arr) { return arr->UPB_ONLYBITS(size); } -// LINT.ThenChange( -// GoogleInternalName1, -//) +// LINT.ThenChange(GoogleInternalName0) #ifdef __cplusplus } /* extern "C" */ diff --git a/ruby/ext/google/protobuf_c/ruby-upb.h b/ruby/ext/google/protobuf_c/ruby-upb.h index 2a3633ed0d..fcc8cb35c6 100755 --- a/ruby/ext/google/protobuf_c/ruby-upb.h +++ b/ruby/ext/google/protobuf_c/ruby-upb.h @@ -556,7 +556,7 @@ UPB_INLINE bool upb_StringView_IsEqual(upb_StringView a, upb_StringView b) { } // LINT.ThenChange( -// GoogleInternalName0, +// GoogleInternalName1, // //depot/google3/third_party/upb/bits/golang/accessor.go:map_go_string, // //depot/google3/third_party/upb/bits/typescript/string_view.ts // ) @@ -835,7 +835,8 @@ UPB_API_INLINE void upb_Arena_ShrinkLast(upb_Arena* a, void* ptr, extern "C" { #endif -// LINT.IfChange(struct_definition) +// LINT.IfChange(upb_Array) + // Our internal representation for repeated fields. struct upb_Array { // This is a tagged pointer. Bits #0 and #1 encode the elem size as follows: @@ -942,9 +943,7 @@ UPB_INLINE size_t UPB_PRIVATE(_upb_Array_Size)(const struct upb_Array* arr) { return arr->UPB_ONLYBITS(size); } -// LINT.ThenChange( -// GoogleInternalName1, -//) +// LINT.ThenChange(GoogleInternalName0) #ifdef __cplusplus } /* extern "C" */