8#ifndef UPB_REFLECTION_EXTENSION_RANGE_INTERNAL_H_
9#define UPB_REFLECTION_EXTENSION_RANGE_INTERNAL_H_
25 const UPB_DESC(DescriptorProto_ExtensionRange*)
const* protos,
#define UPB_DESC(sym)
Definition def.inc:496
upb_ExtensionRange * _upb_ExtensionRanges_New(upb_DefBuilder *ctx, int n, const UPB_DESC(DescriptorProto_ExtensionRange *) const *protos, const UPB_DESC(FeatureSet *) parent_features, const upb_MessageDef *m)
upb_ExtensionRange * _upb_ExtensionRange_At(const upb_ExtensionRange *r, int i)
struct upb_ExtensionRange upb_ExtensionRange
Definition common.h:28
struct upb_MessageDef upb_MessageDef
Definition common.h:31
Definition def_builder.h:49