xref: /aosp_15_r20/external/grpc-grpc/src/core/ext/upb-gen/envoy/type/v3/http_status.upb_minitable.c (revision cc02d7e222339f7a4f6ba5f422e6413f4bd931f2)
1 /* This file was generated by upb_generator from the input file:
2  *
3  *     envoy/type/v3/http_status.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/v3/http_status.upb_minitable.h"
11 #include "udpa/annotations/status.upb_minitable.h"
12 #include "udpa/annotations/versioning.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_MiniTableField envoy_type_v3_HttpStatus__fields[1] = {
19   {1, 8, 0, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
20 };
21 
22 const upb_MiniTable envoy__type__v3__HttpStatus_msg_init = {
23   NULL,
24   &envoy_type_v3_HttpStatus__fields[0],
25   16, 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0,
26   UPB_FASTTABLE_INIT({
27     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
28     {0x000800003f000008, &upb_psv4_1bt},
29   })
30 };
31 
32 static const upb_MiniTable *messages_layout[1] = {
33   &envoy__type__v3__HttpStatus_msg_init,
34 };
35 
36 const upb_MiniTableFile envoy_type_v3_http_status_proto_upb_file_layout = {
37   messages_layout,
38   NULL,
39   NULL,
40   1,
41   0,
42   0,
43 };
44 
45 #include "upb/port/undef.inc"
46 
47