Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / grpc-cloned / deps / grpc / src / core / ext / upb-generated / envoy / api / v2 / core / protocol.upb.c
1 /* This file was generated by upbc (the upb compiler) from the input
2  * file:
3  *
4  *     envoy/api/v2/core/protocol.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 "envoy/api/v2/core/protocol.upb.h"
12 #include "google/protobuf/duration.upb.h"
13 #include "google/protobuf/wrappers.upb.h"
14 #include "validate/validate.upb.h"
15 #include "gogoproto/gogo.upb.h"
16
17 #include "upb/port_def.inc"
18
19 const upb_msglayout envoy_api_v2_core_TcpProtocolOptions_msginit = {
20   NULL,
21   NULL,
22   UPB_SIZE(0, 0), 0, false,
23 };
24
25 static const upb_msglayout *const envoy_api_v2_core_HttpProtocolOptions_submsgs[1] = {
26   &google_protobuf_Duration_msginit,
27 };
28
29 static const upb_msglayout_field envoy_api_v2_core_HttpProtocolOptions__fields[1] = {
30   {1, UPB_SIZE(0, 0), 0, 0, 11, 1},
31 };
32
33 const upb_msglayout envoy_api_v2_core_HttpProtocolOptions_msginit = {
34   &envoy_api_v2_core_HttpProtocolOptions_submsgs[0],
35   &envoy_api_v2_core_HttpProtocolOptions__fields[0],
36   UPB_SIZE(4, 8), 1, false,
37 };
38
39 static const upb_msglayout *const envoy_api_v2_core_Http1ProtocolOptions_submsgs[1] = {
40   &google_protobuf_BoolValue_msginit,
41 };
42
43 static const upb_msglayout_field envoy_api_v2_core_Http1ProtocolOptions__fields[3] = {
44   {1, UPB_SIZE(12, 24), 0, 0, 11, 1},
45   {2, UPB_SIZE(0, 0), 0, 0, 8, 1},
46   {3, UPB_SIZE(4, 8), 0, 0, 9, 1},
47 };
48
49 const upb_msglayout envoy_api_v2_core_Http1ProtocolOptions_msginit = {
50   &envoy_api_v2_core_Http1ProtocolOptions_submsgs[0],
51   &envoy_api_v2_core_Http1ProtocolOptions__fields[0],
52   UPB_SIZE(16, 32), 3, false,
53 };
54
55 static const upb_msglayout *const envoy_api_v2_core_Http2ProtocolOptions_submsgs[9] = {
56   &google_protobuf_UInt32Value_msginit,
57 };
58
59 static const upb_msglayout_field envoy_api_v2_core_Http2ProtocolOptions__fields[12] = {
60   {1, UPB_SIZE(4, 8), 0, 0, 11, 1},
61   {2, UPB_SIZE(8, 16), 0, 0, 11, 1},
62   {3, UPB_SIZE(12, 24), 0, 0, 11, 1},
63   {4, UPB_SIZE(16, 32), 0, 0, 11, 1},
64   {5, UPB_SIZE(0, 0), 0, 0, 8, 1},
65   {6, UPB_SIZE(1, 1), 0, 0, 8, 1},
66   {7, UPB_SIZE(20, 40), 0, 0, 11, 1},
67   {8, UPB_SIZE(24, 48), 0, 0, 11, 1},
68   {9, UPB_SIZE(28, 56), 0, 0, 11, 1},
69   {10, UPB_SIZE(32, 64), 0, 0, 11, 1},
70   {11, UPB_SIZE(36, 72), 0, 0, 11, 1},
71   {12, UPB_SIZE(2, 2), 0, 0, 8, 1},
72 };
73
74 const upb_msglayout envoy_api_v2_core_Http2ProtocolOptions_msginit = {
75   &envoy_api_v2_core_Http2ProtocolOptions_submsgs[0],
76   &envoy_api_v2_core_Http2ProtocolOptions__fields[0],
77   UPB_SIZE(40, 80), 12, false,
78 };
79
80 static const upb_msglayout *const envoy_api_v2_core_GrpcProtocolOptions_submsgs[1] = {
81   &envoy_api_v2_core_Http2ProtocolOptions_msginit,
82 };
83
84 static const upb_msglayout_field envoy_api_v2_core_GrpcProtocolOptions__fields[1] = {
85   {1, UPB_SIZE(0, 0), 0, 0, 11, 1},
86 };
87
88 const upb_msglayout envoy_api_v2_core_GrpcProtocolOptions_msginit = {
89   &envoy_api_v2_core_GrpcProtocolOptions_submsgs[0],
90   &envoy_api_v2_core_GrpcProtocolOptions__fields[0],
91   UPB_SIZE(4, 8), 1, false,
92 };
93
94 #include "upb/port_undef.inc"
95