Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / grpc / deps / grpc / src / core / ext / upb-generated / envoy / api / v2 / core / address.upb.c
1 /* This file was generated by upbc (the upb compiler) from the input
2  * file:
3  *
4  *     envoy/api/v2/core/address.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/address.upb.h"
12 #include "envoy/api/v2/core/base.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 static const upb_msglayout_field envoy_api_v2_core_Pipe__fields[1] = {
20   {1, UPB_SIZE(0, 0), 0, 0, 9, 1},
21 };
22
23 const upb_msglayout envoy_api_v2_core_Pipe_msginit = {
24   NULL,
25   &envoy_api_v2_core_Pipe__fields[0],
26   UPB_SIZE(8, 16), 1, false,
27 };
28
29 static const upb_msglayout_field envoy_api_v2_core_SocketAddress__fields[6] = {
30   {1, UPB_SIZE(0, 0), 0, 0, 14, 1},
31   {2, UPB_SIZE(12, 16), 0, 0, 9, 1},
32   {3, UPB_SIZE(28, 48), UPB_SIZE(-37, -65), 0, 13, 1},
33   {4, UPB_SIZE(28, 48), UPB_SIZE(-37, -65), 0, 9, 1},
34   {5, UPB_SIZE(20, 32), 0, 0, 9, 1},
35   {6, UPB_SIZE(8, 8), 0, 0, 8, 1},
36 };
37
38 const upb_msglayout envoy_api_v2_core_SocketAddress_msginit = {
39   NULL,
40   &envoy_api_v2_core_SocketAddress__fields[0],
41   UPB_SIZE(40, 80), 6, false,
42 };
43
44 static const upb_msglayout *const envoy_api_v2_core_TcpKeepalive_submsgs[3] = {
45   &google_protobuf_UInt32Value_msginit,
46 };
47
48 static const upb_msglayout_field envoy_api_v2_core_TcpKeepalive__fields[3] = {
49   {1, UPB_SIZE(0, 0), 0, 0, 11, 1},
50   {2, UPB_SIZE(4, 8), 0, 0, 11, 1},
51   {3, UPB_SIZE(8, 16), 0, 0, 11, 1},
52 };
53
54 const upb_msglayout envoy_api_v2_core_TcpKeepalive_msginit = {
55   &envoy_api_v2_core_TcpKeepalive_submsgs[0],
56   &envoy_api_v2_core_TcpKeepalive__fields[0],
57   UPB_SIZE(12, 24), 3, false,
58 };
59
60 static const upb_msglayout *const envoy_api_v2_core_BindConfig_submsgs[3] = {
61   &envoy_api_v2_core_SocketAddress_msginit,
62   &envoy_api_v2_core_SocketOption_msginit,
63   &google_protobuf_BoolValue_msginit,
64 };
65
66 static const upb_msglayout_field envoy_api_v2_core_BindConfig__fields[3] = {
67   {1, UPB_SIZE(0, 0), 0, 0, 11, 1},
68   {2, UPB_SIZE(4, 8), 0, 2, 11, 1},
69   {3, UPB_SIZE(8, 16), 0, 1, 11, 3},
70 };
71
72 const upb_msglayout envoy_api_v2_core_BindConfig_msginit = {
73   &envoy_api_v2_core_BindConfig_submsgs[0],
74   &envoy_api_v2_core_BindConfig__fields[0],
75   UPB_SIZE(12, 24), 3, false,
76 };
77
78 static const upb_msglayout *const envoy_api_v2_core_Address_submsgs[2] = {
79   &envoy_api_v2_core_Pipe_msginit,
80   &envoy_api_v2_core_SocketAddress_msginit,
81 };
82
83 static const upb_msglayout_field envoy_api_v2_core_Address__fields[2] = {
84   {1, UPB_SIZE(0, 0), UPB_SIZE(-5, -9), 1, 11, 1},
85   {2, UPB_SIZE(0, 0), UPB_SIZE(-5, -9), 0, 11, 1},
86 };
87
88 const upb_msglayout envoy_api_v2_core_Address_msginit = {
89   &envoy_api_v2_core_Address_submsgs[0],
90   &envoy_api_v2_core_Address__fields[0],
91   UPB_SIZE(8, 16), 2, false,
92 };
93
94 static const upb_msglayout *const envoy_api_v2_core_CidrRange_submsgs[1] = {
95   &google_protobuf_UInt32Value_msginit,
96 };
97
98 static const upb_msglayout_field envoy_api_v2_core_CidrRange__fields[2] = {
99   {1, UPB_SIZE(0, 0), 0, 0, 9, 1},
100   {2, UPB_SIZE(8, 16), 0, 0, 11, 1},
101 };
102
103 const upb_msglayout envoy_api_v2_core_CidrRange_msginit = {
104   &envoy_api_v2_core_CidrRange_submsgs[0],
105   &envoy_api_v2_core_CidrRange__fields[0],
106   UPB_SIZE(16, 32), 2, false,
107 };
108
109 #include "upb/port_undef.inc"
110