• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* This file was generated by upb_generator from the input file:
2  *
3  *     xds/type/v3/typed_struct.proto
4  *
5  * Do not edit -- your changes will be discarded when the file is
6  * regenerated.
7  * NO CHECKED-IN PROTOBUF GENCODE */
8 
9 #ifndef XDS_TYPE_V3_TYPED_STRUCT_PROTO_UPB_H__UPBDEFS_H_
10 #define XDS_TYPE_V3_TYPED_STRUCT_PROTO_UPB_H__UPBDEFS_H_
11 
12 #include "upb/reflection/def.h"
13 #include "upb/reflection/internal/def_pool.h"
14 
15 #include "upb/port/def.inc" // Must be last.
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19 
20 extern _upb_DefPool_Init xds_type_v3_typed_struct_proto_upbdefinit;
21 
xds_type_v3_TypedStruct_getmsgdef(upb_DefPool * s)22 UPB_INLINE const upb_MessageDef *xds_type_v3_TypedStruct_getmsgdef(upb_DefPool *s) {
23   _upb_DefPool_LoadDefInit(s, &xds_type_v3_typed_struct_proto_upbdefinit);
24   return upb_DefPool_FindMessageByName(s, "xds.type.v3.TypedStruct");
25 }
26 
27 #ifdef __cplusplus
28 }  /* extern "C" */
29 #endif
30 
31 #include "upb/port/undef.inc"
32 
33 #endif  /* XDS_TYPE_V3_TYPED_STRUCT_PROTO_UPB_H__UPBDEFS_H_ */
34