Imported Upstream version 1.35.0
[platform/upstream/grpc.git] / src / core / ext / upb-generated / udpa / core / v1 / context_params.upb.c
1 /* This file was generated by upbc (the upb compiler) from the input
2  * file:
3  *
4  *     udpa/core/v1/context_params.proto
5  *
6  * Do not edit -- your changes will be discarded when the file is
7  * regenerated. */
8
9 #include <stddef.h>
10 #include "upb/msg.h"
11 #include "udpa/core/v1/context_params.upb.h"
12 #include "udpa/annotations/status.upb.h"
13
14 #include "upb/port_def.inc"
15
16 static const upb_msglayout *const udpa_core_v1_ContextParams_submsgs[1] = {
17   &udpa_core_v1_ContextParams_ParamsEntry_msginit,
18 };
19
20 static const upb_msglayout_field udpa_core_v1_ContextParams__fields[1] = {
21   {1, UPB_SIZE(0, 0), 0, 0, 11, _UPB_LABEL_MAP},
22 };
23
24 const upb_msglayout udpa_core_v1_ContextParams_msginit = {
25   &udpa_core_v1_ContextParams_submsgs[0],
26   &udpa_core_v1_ContextParams__fields[0],
27   UPB_SIZE(8, 8), 1, false, 255,
28 };
29
30 static const upb_msglayout_field udpa_core_v1_ContextParams_ParamsEntry__fields[2] = {
31   {1, UPB_SIZE(0, 0), 0, 0, 9, 1},
32   {2, UPB_SIZE(8, 16), 0, 0, 9, 1},
33 };
34
35 const upb_msglayout udpa_core_v1_ContextParams_ParamsEntry_msginit = {
36   NULL,
37   &udpa_core_v1_ContextParams_ParamsEntry__fields[0],
38   UPB_SIZE(16, 32), 2, false, 255,
39 };
40
41 #include "upb/port_undef.inc"
42