1 /* This file was generated by upbc (the upb compiler) from the input
2  * file:
3  *
4  *     xds/annotations/v3/migrate.proto
5  *
6  * Do not edit -- your changes will be discarded when the file is
7  * regenerated. */
8 
9 #ifndef XDS_ANNOTATIONS_V3_MIGRATE_PROTO_UPBDEFS_H_
10 #define XDS_ANNOTATIONS_V3_MIGRATE_PROTO_UPBDEFS_H_
11 
12 #include "upb/reflection/def.h"
13 #include "upb/reflection/def_pool_internal.h"
14 #include "upb/port/def.inc"
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
19 #include "upb/reflection/def.h"
20 
21 #include "upb/port/def.inc"
22 
23 extern _upb_DefPool_Init xds_annotations_v3_migrate_proto_upbdefinit;
24 
xds_annotations_v3_MigrateAnnotation_getmsgdef(upb_DefPool * s)25 UPB_INLINE const upb_MessageDef *xds_annotations_v3_MigrateAnnotation_getmsgdef(upb_DefPool *s) {
26   _upb_DefPool_LoadDefInit(s, &xds_annotations_v3_migrate_proto_upbdefinit);
27   return upb_DefPool_FindMessageByName(s, "xds.annotations.v3.MigrateAnnotation");
28 }
29 
xds_annotations_v3_FieldMigrateAnnotation_getmsgdef(upb_DefPool * s)30 UPB_INLINE const upb_MessageDef *xds_annotations_v3_FieldMigrateAnnotation_getmsgdef(upb_DefPool *s) {
31   _upb_DefPool_LoadDefInit(s, &xds_annotations_v3_migrate_proto_upbdefinit);
32   return upb_DefPool_FindMessageByName(s, "xds.annotations.v3.FieldMigrateAnnotation");
33 }
34 
xds_annotations_v3_FileMigrateAnnotation_getmsgdef(upb_DefPool * s)35 UPB_INLINE const upb_MessageDef *xds_annotations_v3_FileMigrateAnnotation_getmsgdef(upb_DefPool *s) {
36   _upb_DefPool_LoadDefInit(s, &xds_annotations_v3_migrate_proto_upbdefinit);
37   return upb_DefPool_FindMessageByName(s, "xds.annotations.v3.FileMigrateAnnotation");
38 }
39 
40 #ifdef __cplusplus
41 }  /* extern "C" */
42 #endif
43 
44 #include "upb/port/undef.inc"
45 
46 #endif  /* XDS_ANNOTATIONS_V3_MIGRATE_PROTO_UPBDEFS_H_ */
47