xref: /aosp_15_r20/external/grpc-grpc/src/core/ext/upb-gen/envoy/type/http/v3/path_transformation.upb_minitable.c (revision cc02d7e222339f7a4f6ba5f422e6413f4bd931f2)
1 /* This file was generated by upb_generator from the input file:
2  *
3  *     envoy/type/http/v3/path_transformation.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 "envoy/type/http/v3/path_transformation.upb_minitable.h"
11 #include "udpa/annotations/status.upb_minitable.h"
12 #include "validate/validate.upb_minitable.h"
13 
14 // Must be last.
15 #include "upb/port/def.inc"
16 
17 static const upb_MiniTableSub envoy_type_http_v3_PathTransformation_submsgs[1] = {
18   {.UPB_PRIVATE(submsg) = &envoy__type__http__v3__PathTransformation__Operation_msg_init},
19 };
20 
21 static const upb_MiniTableField envoy_type_http_v3_PathTransformation__fields[1] = {
22   {1, 8, 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
23 };
24 
25 const upb_MiniTable envoy__type__http__v3__PathTransformation_msg_init = {
26   &envoy_type_http_v3_PathTransformation_submsgs[0],
27   &envoy_type_http_v3_PathTransformation__fields[0],
28   16, 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0,
29   UPB_FASTTABLE_INIT({
30     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
31     {0x000800003f00000a, &upb_prm_1bt_max64b},
32   })
33 };
34 
35 static const upb_MiniTableSub envoy_type_http_v3_PathTransformation_Operation_submsgs[2] = {
36   {.UPB_PRIVATE(submsg) = &envoy__type__http__v3__PathTransformation__Operation__NormalizePathRFC3986_msg_init},
37   {.UPB_PRIVATE(submsg) = &envoy__type__http__v3__PathTransformation__Operation__MergeSlashes_msg_init},
38 };
39 
40 static const upb_MiniTableField envoy_type_http_v3_PathTransformation_Operation__fields[2] = {
41   {2, UPB_SIZE(12, 16), -9, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
42   {3, UPB_SIZE(12, 16), -9, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
43 };
44 
45 const upb_MiniTable envoy__type__http__v3__PathTransformation__Operation_msg_init = {
46   &envoy_type_http_v3_PathTransformation_Operation_submsgs[0],
47   &envoy_type_http_v3_PathTransformation_Operation__fields[0],
48   UPB_SIZE(16, 24), 2, kUpb_ExtMode_NonExtendable, 0, UPB_FASTTABLE_MASK(24), 0,
49   UPB_FASTTABLE_INIT({
50     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
51     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
52     {0x0010000802000012, &upb_pom_1bt_max64b},
53     {0x001000080301001a, &upb_pom_1bt_max64b},
54   })
55 };
56 
57 const upb_MiniTable envoy__type__http__v3__PathTransformation__Operation__NormalizePathRFC3986_msg_init = {
58   NULL,
59   NULL,
60   8, 0, kUpb_ExtMode_NonExtendable, 0, UPB_FASTTABLE_MASK(255), 0,
61 };
62 
63 const upb_MiniTable envoy__type__http__v3__PathTransformation__Operation__MergeSlashes_msg_init = {
64   NULL,
65   NULL,
66   8, 0, kUpb_ExtMode_NonExtendable, 0, UPB_FASTTABLE_MASK(255), 0,
67 };
68 
69 static const upb_MiniTable *messages_layout[4] = {
70   &envoy__type__http__v3__PathTransformation_msg_init,
71   &envoy__type__http__v3__PathTransformation__Operation_msg_init,
72   &envoy__type__http__v3__PathTransformation__Operation__NormalizePathRFC3986_msg_init,
73   &envoy__type__http__v3__PathTransformation__Operation__MergeSlashes_msg_init,
74 };
75 
76 const upb_MiniTableFile envoy_type_http_v3_path_transformation_proto_upb_file_layout = {
77   messages_layout,
78   NULL,
79   NULL,
80   4,
81   0,
82   0,
83 };
84 
85 #include "upb/port/undef.inc"
86 
87