File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ruby/ext/google/protobuf_c Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13665,7 +13665,7 @@ bool upb_FieldDef_IsOptional(const upb_FieldDef* f);
1366513665UPB_API bool upb_FieldDef_IsPacked(const upb_FieldDef* f);
1366613666bool upb_FieldDef_IsPrimitive(const upb_FieldDef* f);
1366713667UPB_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);
1366913669bool upb_FieldDef_IsString(const upb_FieldDef* f);
1367013670UPB_API bool upb_FieldDef_IsSubMessage(const upb_FieldDef* f);
1367113671UPB_API const char* upb_FieldDef_JsonName(const upb_FieldDef* f);
Original file line number Diff line number Diff line change @@ -13667,7 +13667,7 @@ bool upb_FieldDef_IsOptional(const upb_FieldDef* f);
1366713667UPB_API bool upb_FieldDef_IsPacked(const upb_FieldDef* f);
1366813668bool upb_FieldDef_IsPrimitive(const upb_FieldDef* f);
1366913669UPB_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);
1367113671bool upb_FieldDef_IsString(const upb_FieldDef* f);
1367213672UPB_API bool upb_FieldDef_IsSubMessage(const upb_FieldDef* f);
1367313673UPB_API const char* upb_FieldDef_JsonName(const upb_FieldDef* f);
You can’t perform that action at this time.
0 commit comments