8#ifndef UPB_REFLECTION_METHOD_DEF_INTERNAL_H_
9#define UPB_REFLECTION_METHOD_DEF_INTERNAL_H_
24 const UPB_DESC(MethodDescriptorProto*)
26 const UPB_DESC(FeatureSet*) parent_features,
#define UPB_DESC(sym)
Definition def.inc:496
upb_MethodDef * _upb_MethodDefs_New(upb_DefBuilder *ctx, int n, const UPB_DESC(MethodDescriptorProto *) const *protos, const UPB_DESC(FeatureSet *) parent_features, upb_ServiceDef *s)
upb_MethodDef * _upb_MethodDef_At(const upb_MethodDef *m, int i)
struct upb_ServiceDef upb_ServiceDef
Definition common.h:35
struct upb_MethodDef upb_MethodDef
Definition common.h:33
Definition def_builder.h:49