Imported Upstream version 1.41.0
[platform/upstream/grpc.git] / src / core / ext / upb-generated / envoy / type / v3 / percent.upb.c
1 /* This file was generated by upbc (the upb compiler) from the input
2  * file:
3  *
4  *     envoy/type/v3/percent.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_internal.h"
11 #include "envoy/type/v3/percent.upb.h"
12 #include "udpa/annotations/status.upb.h"
13 #include "udpa/annotations/versioning.upb.h"
14 #include "validate/validate.upb.h"
15
16 #include "upb/port_def.inc"
17
18 static const upb_msglayout_field envoy_type_v3_Percent__fields[1] = {
19   {1, UPB_SIZE(0, 0), 0, 0, 1, _UPB_MODE_SCALAR},
20 };
21
22 const upb_msglayout envoy_type_v3_Percent_msginit = {
23   NULL,
24   &envoy_type_v3_Percent__fields[0],
25   UPB_SIZE(8, 8), 1, false, 1, 255,
26 };
27
28 static const upb_msglayout_field envoy_type_v3_FractionalPercent__fields[2] = {
29   {1, UPB_SIZE(4, 4), 0, 0, 13, _UPB_MODE_SCALAR},
30   {2, UPB_SIZE(0, 0), 0, 0, 14, _UPB_MODE_SCALAR},
31 };
32
33 const upb_msglayout envoy_type_v3_FractionalPercent_msginit = {
34   NULL,
35   &envoy_type_v3_FractionalPercent__fields[0],
36   UPB_SIZE(8, 8), 2, false, 2, 255,
37 };
38
39 #include "upb/port_undef.inc"
40