• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* This file was generated by upbc (the upb compiler) from the input
2  * file:
3  *
4  *     xds/core/v3/context_params.proto
5  *
6  * Do not edit -- your changes will be discarded when the file is
7  * regenerated. */
8 
9 #ifndef XDS_CORE_V3_CONTEXT_PARAMS_PROTO_UPBDEFS_H_
10 #define XDS_CORE_V3_CONTEXT_PARAMS_PROTO_UPBDEFS_H_
11 
12 #include "upb/def.h"
13 #include "upb/port_def.inc"
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
18 #include "upb/def.h"
19 
20 #include "upb/port_def.inc"
21 
22 extern upb_def_init xds_core_v3_context_params_proto_upbdefinit;
23 
xds_core_v3_ContextParams_getmsgdef(upb_symtab * s)24 UPB_INLINE const upb_msgdef *xds_core_v3_ContextParams_getmsgdef(upb_symtab *s) {
25   _upb_symtab_loaddefinit(s, &xds_core_v3_context_params_proto_upbdefinit);
26   return upb_symtab_lookupmsg(s, "xds.core.v3.ContextParams");
27 }
28 
xds_core_v3_ContextParams_ParamsEntry_getmsgdef(upb_symtab * s)29 UPB_INLINE const upb_msgdef *xds_core_v3_ContextParams_ParamsEntry_getmsgdef(upb_symtab *s) {
30   _upb_symtab_loaddefinit(s, &xds_core_v3_context_params_proto_upbdefinit);
31   return upb_symtab_lookupmsg(s, "xds.core.v3.ContextParams.ParamsEntry");
32 }
33 
34 #ifdef __cplusplus
35 }  /* extern "C" */
36 #endif
37 
38 #include "upb/port_undef.inc"
39 
40 #endif  /* XDS_CORE_V3_CONTEXT_PARAMS_PROTO_UPBDEFS_H_ */
41