Skip to content

Commit

Permalink
Auto-generate files after cl/611488947
Browse files Browse the repository at this point in the history
  • Loading branch information
protobuf-team-bot committed Feb 29, 2024
1 parent 4502dd1 commit 8958768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion php/ext/google/protobuf/php-upb.h
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,7 @@ UPB_API_INLINE bool upb_MiniTableField_IsClosedEnum(
return f->UPB_PRIVATE(descriptortype) == kUpb_FieldType_Enum;
}

UPB_INLINE bool upb_MiniTableField_IsInOneof(
UPB_API_INLINE bool upb_MiniTableField_IsInOneof(
const struct upb_MiniTableField* f) {
return f->presence < 0;
}
Expand Down
2 changes: 1 addition & 1 deletion ruby/ext/google/protobuf_c/ruby-upb.h
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,7 @@ UPB_API_INLINE bool upb_MiniTableField_IsClosedEnum(
return f->UPB_PRIVATE(descriptortype) == kUpb_FieldType_Enum;
}

UPB_INLINE bool upb_MiniTableField_IsInOneof(
UPB_API_INLINE bool upb_MiniTableField_IsInOneof(
const struct upb_MiniTableField* f) {
return f->presence < 0;
}
Expand Down

0 comments on commit 8958768

Please sign in to comment.