• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* This file was generated by upb_generator from the input file:
2  *
3  *     envoy/config/core/v3/grpc_method_list.proto
4  *
5  * Do not edit -- your changes will be discarded when the file is
6  * regenerated.
7  * NO CHECKED-IN PROTOBUF GENCODE */
8 
9 #include <stddef.h>
10 #include "upb/generated_code_support.h"
11 #include "envoy/config/core/v3/grpc_method_list.upb_minitable.h"
12 #include "udpa/annotations/status.upb_minitable.h"
13 #include "udpa/annotations/versioning.upb_minitable.h"
14 #include "validate/validate.upb_minitable.h"
15 
16 // Must be last.
17 #include "upb/port/def.inc"
18 
19 extern const struct upb_MiniTable UPB_PRIVATE(_kUpb_MiniTable_StaticallyTreeShaken);
20 static const upb_MiniTableSubInternal envoy_config_core_v3_GrpcMethodList__submsgs[1] = {
21   {.UPB_PRIVATE(submsg) = &envoy__config__core__v3__GrpcMethodList__Service_msg_init_ptr},
22 };
23 
24 static const upb_MiniTableField envoy_config_core_v3_GrpcMethodList__fields[1] = {
25   {1, 8, 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
26 };
27 
28 const upb_MiniTable envoy__config__core__v3__GrpcMethodList_msg_init = {
29   &envoy_config_core_v3_GrpcMethodList__submsgs[0],
30   &envoy_config_core_v3_GrpcMethodList__fields[0],
31   16, 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0,
32 #ifdef UPB_TRACING_ENABLED
33   "envoy.config.core.v3.GrpcMethodList",
34 #endif
35   UPB_FASTTABLE_INIT({
36     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
37     {0x000800003f00000a, &upb_prm_1bt_max64b},
38   })
39 };
40 
41 const upb_MiniTable* envoy__config__core__v3__GrpcMethodList_msg_init_ptr = &envoy__config__core__v3__GrpcMethodList_msg_init;
42 static const upb_MiniTableField envoy_config_core_v3_GrpcMethodList_Service__fields[2] = {
43   {1, UPB_SIZE(12, 8), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
44   {2, UPB_SIZE(8, 24), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
45 };
46 
47 const upb_MiniTable envoy__config__core__v3__GrpcMethodList__Service_msg_init = {
48   NULL,
49   &envoy_config_core_v3_GrpcMethodList_Service__fields[0],
50   UPB_SIZE(24, 32), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(24), 0,
51 #ifdef UPB_TRACING_ENABLED
52   "envoy.config.core.v3.GrpcMethodList.Service",
53 #endif
54   UPB_FASTTABLE_INIT({
55     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
56     {0x000800003f00000a, &upb_pss_1bt},
57     {0x001800003f000012, &upb_prs_1bt},
58     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
59   })
60 };
61 
62 const upb_MiniTable* envoy__config__core__v3__GrpcMethodList__Service_msg_init_ptr = &envoy__config__core__v3__GrpcMethodList__Service_msg_init;
63 static const upb_MiniTable *messages_layout[2] = {
64   &envoy__config__core__v3__GrpcMethodList_msg_init,
65   &envoy__config__core__v3__GrpcMethodList__Service_msg_init,
66 };
67 
68 const upb_MiniTableFile envoy_config_core_v3_grpc_method_list_proto_upb_file_layout = {
69   messages_layout,
70   NULL,
71   NULL,
72   2,
73   0,
74   0,
75 };
76 
77 #include "upb/port/undef.inc"
78 
79