xref: /aosp_15_r20/external/grpc-grpc/src/core/ext/upb-gen/xds/type/matcher/v3/domain.upb_minitable.c (revision cc02d7e222339f7a4f6ba5f422e6413f4bd931f2)
1 /* This file was generated by upb_generator from the input file:
2  *
3  *     xds/type/matcher/v3/domain.proto
4  *
5  * Do not edit -- your changes will be discarded when the file is
6  * regenerated. */
7 
8 #include <stddef.h>
9 #include "upb/generated_code_support.h"
10 #include "xds/type/matcher/v3/domain.upb_minitable.h"
11 #include "xds/annotations/v3/status.upb_minitable.h"
12 #include "xds/type/matcher/v3/matcher.upb_minitable.h"
13 #include "validate/validate.upb_minitable.h"
14 
15 // Must be last.
16 #include "upb/port/def.inc"
17 
18 static const upb_MiniTableSub xds_type_matcher_v3_ServerNameMatcher_submsgs[1] = {
19   {.UPB_PRIVATE(submsg) = &xds__type__matcher__v3__ServerNameMatcher__DomainMatcher_msg_init},
20 };
21 
22 static const upb_MiniTableField xds_type_matcher_v3_ServerNameMatcher__fields[1] = {
23   {1, 8, 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
24 };
25 
26 const upb_MiniTable xds__type__matcher__v3__ServerNameMatcher_msg_init = {
27   &xds_type_matcher_v3_ServerNameMatcher_submsgs[0],
28   &xds_type_matcher_v3_ServerNameMatcher__fields[0],
29   16, 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0,
30   UPB_FASTTABLE_INIT({
31     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
32     {0x000800003f00000a, &upb_prm_1bt_max64b},
33   })
34 };
35 
36 static const upb_MiniTableSub xds_type_matcher_v3_ServerNameMatcher_DomainMatcher_submsgs[1] = {
37   {.UPB_PRIVATE(submsg) = &xds__type__matcher__v3__Matcher__OnMatch_msg_init},
38 };
39 
40 static const upb_MiniTableField xds_type_matcher_v3_ServerNameMatcher_DomainMatcher__fields[2] = {
41   {1, UPB_SIZE(12, 16), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
42   {2, UPB_SIZE(16, 24), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
43 };
44 
45 const upb_MiniTable xds__type__matcher__v3__ServerNameMatcher__DomainMatcher_msg_init = {
46   &xds_type_matcher_v3_ServerNameMatcher_DomainMatcher_submsgs[0],
47   &xds_type_matcher_v3_ServerNameMatcher_DomainMatcher__fields[0],
48   UPB_SIZE(24, 32), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(8), 0,
49   UPB_FASTTABLE_INIT({
50     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
51     {0x001000003f00000a, &upb_prs_1bt},
52   })
53 };
54 
55 static const upb_MiniTable *messages_layout[2] = {
56   &xds__type__matcher__v3__ServerNameMatcher_msg_init,
57   &xds__type__matcher__v3__ServerNameMatcher__DomainMatcher_msg_init,
58 };
59 
60 const upb_MiniTableFile xds_type_matcher_v3_domain_proto_upb_file_layout = {
61   messages_layout,
62   NULL,
63   NULL,
64   2,
65   0,
66   0,
67 };
68 
69 #include "upb/port/undef.inc"
70 
71