1 /* This file was generated by upbc (the upb compiler) from the input
2  * file:
3  *
4  *     envoy/config/core/v3/grpc_method_list.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/collections/array_internal.h"
11 #include "upb/message/internal.h"
12 #include "upb/mini_table/enum_internal.h"
13 #include "envoy/config/core/v3/grpc_method_list.upb.h"
14 #include "udpa/annotations/status.upb.h"
15 #include "udpa/annotations/versioning.upb.h"
16 #include "validate/validate.upb.h"
17 
18 // Must be last.
19 #include "upb/port/def.inc"
20 
21 static const upb_MiniTableSub envoy_config_core_v3_GrpcMethodList_submsgs[1] = {
22   {.submsg = &envoy_config_core_v3_GrpcMethodList_Service_msg_init},
23 };
24 
25 static const upb_MiniTableField envoy_config_core_v3_GrpcMethodList__fields[1] = {
26   {1, 0, 0, 0, 11, kUpb_FieldMode_Array | (UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
27 };
28 
29 const upb_MiniTable envoy_config_core_v3_GrpcMethodList_msg_init = {
30   &envoy_config_core_v3_GrpcMethodList_submsgs[0],
31   &envoy_config_core_v3_GrpcMethodList__fields[0],
32   8, 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0,
33   UPB_FASTTABLE_INIT({
34     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
35     {0x000000003f00000a, &upb_prm_1bt_max64b},
36   })
37 };
38 
39 static const upb_MiniTableField envoy_config_core_v3_GrpcMethodList_Service__fields[2] = {
40   {1, UPB_SIZE(4, 0), 0, kUpb_NoSub, 9, kUpb_FieldMode_Scalar | (kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
41   {2, UPB_SIZE(0, 16), 0, kUpb_NoSub, 9, kUpb_FieldMode_Array | (UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
42 };
43 
44 const upb_MiniTable envoy_config_core_v3_GrpcMethodList_Service_msg_init = {
45   NULL,
46   &envoy_config_core_v3_GrpcMethodList_Service__fields[0],
47   UPB_SIZE(16, 24), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(24), 0,
48   UPB_FASTTABLE_INIT({
49     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
50     {0x000000003f00000a, &upb_pss_1bt},
51     {0x001000003f000012, &upb_prs_1bt},
52     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
53   })
54 };
55 
56 static const upb_MiniTable *messages_layout[2] = {
57   &envoy_config_core_v3_GrpcMethodList_msg_init,
58   &envoy_config_core_v3_GrpcMethodList_Service_msg_init,
59 };
60 
61 const upb_MiniTableFile envoy_config_core_v3_grpc_method_list_proto_upb_file_layout = {
62   messages_layout,
63   NULL,
64   NULL,
65   2,
66   0,
67   0,
68 };
69 
70 #include "upb/port/undef.inc"
71 
72