Skip to content

Commit df1c574

Browse files
Auto-generate files after cl/743308499
1 parent d82de8f commit df1c574

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

php/ext/google/protobuf/php-upb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13665,7 +13665,7 @@ bool upb_FieldDef_IsOptional(const upb_FieldDef* f);
1366513665
UPB_API bool upb_FieldDef_IsPacked(const upb_FieldDef* f);
1366613666
bool upb_FieldDef_IsPrimitive(const upb_FieldDef* f);
1366713667
UPB_API bool upb_FieldDef_IsRepeated(const upb_FieldDef* f);
13668-
bool upb_FieldDef_IsRequired(const upb_FieldDef* f);
13668+
UPB_API bool upb_FieldDef_IsRequired(const upb_FieldDef* f);
1366913669
bool upb_FieldDef_IsString(const upb_FieldDef* f);
1367013670
UPB_API bool upb_FieldDef_IsSubMessage(const upb_FieldDef* f);
1367113671
UPB_API const char* upb_FieldDef_JsonName(const upb_FieldDef* f);

ruby/ext/google/protobuf_c/ruby-upb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13667,7 +13667,7 @@ bool upb_FieldDef_IsOptional(const upb_FieldDef* f);
1366713667
UPB_API bool upb_FieldDef_IsPacked(const upb_FieldDef* f);
1366813668
bool upb_FieldDef_IsPrimitive(const upb_FieldDef* f);
1366913669
UPB_API bool upb_FieldDef_IsRepeated(const upb_FieldDef* f);
13670-
bool upb_FieldDef_IsRequired(const upb_FieldDef* f);
13670+
UPB_API bool upb_FieldDef_IsRequired(const upb_FieldDef* f);
1367113671
bool upb_FieldDef_IsString(const upb_FieldDef* f);
1367213672
UPB_API bool upb_FieldDef_IsSubMessage(const upb_FieldDef* f);
1367313673
UPB_API const char* upb_FieldDef_JsonName(const upb_FieldDef* f);

0 commit comments

Comments
 (0)