Auto-generate files after cl/611488947

pull/16007/head
Protobuf Team Bot 9 months ago
parent 4502dd1ea3
commit 8958768d3c
  1. 2
      php/ext/google/protobuf/php-upb.h
  2. 2
      ruby/ext/google/protobuf_c/ruby-upb.h

@ -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;
}

@ -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;
}

Loading…
Cancel
Save