Skip to content

Commit

Permalink
Auto-generate files after cl/602461889
Browse files Browse the repository at this point in the history
  • Loading branch information
protobuf-team-bot committed Jan 29, 2024
1 parent 7303758 commit fd82df7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
9 changes: 4 additions & 5 deletions php/ext/google/protobuf/php-upb.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
// )
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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" */
Expand Down
9 changes: 4 additions & 5 deletions ruby/ext/google/protobuf_c/ruby-upb.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
// )
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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" */
Expand Down

0 comments on commit fd82df7

Please sign in to comment.