• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* This file was generated by upb_generator from the input file:
2  *
3  *     xds/core/v3/resource_name.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 "xds/core/v3/resource_name.upb_minitable.h"
12 #include "xds/annotations/v3/status.upb_minitable.h"
13 #include "xds/core/v3/context_params.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 xds_core_v3_ResourceName__submsgs[1] = {
21   {.UPB_PRIVATE(submsg) = &xds__core__v3__ContextParams_msg_init_ptr},
22 };
23 
24 static const upb_MiniTableField xds_core_v3_ResourceName__fields[4] = {
25   {1, 16, 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
26   {2, UPB_SIZE(24, 32), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
27   {3, UPB_SIZE(32, 48), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
28   {4, UPB_SIZE(12, 64), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
29 };
30 
31 const upb_MiniTable xds__core__v3__ResourceName_msg_init = {
32   &xds_core_v3_ResourceName__submsgs[0],
33   &xds_core_v3_ResourceName__fields[0],
34   UPB_SIZE(40, 72), 4, kUpb_ExtMode_NonExtendable, 4, UPB_FASTTABLE_MASK(24), 0,
35 #ifdef UPB_TRACING_ENABLED
36   "xds.core.v3.ResourceName",
37 #endif
38   UPB_FASTTABLE_INIT({
39     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
40     {0x001000003f00000a, &upb_pss_1bt},
41     {0x002000003f000012, &upb_pss_1bt},
42     {0x003000003f00001a, &upb_pss_1bt},
43   })
44 };
45 
46 const upb_MiniTable* xds__core__v3__ResourceName_msg_init_ptr = &xds__core__v3__ResourceName_msg_init;
47 static const upb_MiniTable *messages_layout[1] = {
48   &xds__core__v3__ResourceName_msg_init,
49 };
50 
51 const upb_MiniTableFile xds_core_v3_resource_name_proto_upb_file_layout = {
52   messages_layout,
53   NULL,
54   NULL,
55   1,
56   0,
57   0,
58 };
59 
60 #include "upb/port/undef.inc"
61 
62