File indexing completed on 2025-01-30 10:25:24
0001
0002
0003
0004
0005
0006
0007
0008 #ifndef UPB_REFLECTION_METHOD_DEF_INTERNAL_H_
0009 #define UPB_REFLECTION_METHOD_DEF_INTERNAL_H_
0010
0011 #include "upb/reflection/method_def.h"
0012
0013
0014 #include "upb/port/def.inc"
0015
0016 #ifdef __cplusplus
0017 extern "C" {
0018 #endif
0019
0020 upb_MethodDef* _upb_MethodDef_At(const upb_MethodDef* m, int i);
0021
0022
0023 upb_MethodDef* _upb_MethodDefs_New(upb_DefBuilder* ctx, int n,
0024 const UPB_DESC(MethodDescriptorProto*)
0025 const* protos,
0026 const UPB_DESC(FeatureSet*) parent_features,
0027 upb_ServiceDef* s);
0028
0029 #ifdef __cplusplus
0030 }
0031 #endif
0032
0033 #include "upb/port/undef.inc"
0034
0035 #endif