1 /* This file was generated by upbc (the upb compiler) from the input
2  * file:
3  *
4  *     envoy/type/v3/http_status.proto
5  *
6  * Do not edit -- your changes will be discarded when the file is
7  * regenerated. */
8 
9 #include <stddef.h>
10 #include "upb/collections/array_internal.h"
11 #include "upb/message/internal.h"
12 #include "upb/mini_table/enum_internal.h"
13 #include "envoy/type/v3/http_status.upb.h"
14 #include "udpa/annotations/status.upb.h"
15 #include "udpa/annotations/versioning.upb.h"
16 #include "validate/validate.upb.h"
17 
18 // Must be last.
19 #include "upb/port/def.inc"
20 
21 static const upb_MiniTableField envoy_type_v3_HttpStatus__fields[1] = {
22   {1, 0, 0, kUpb_NoSub, 5, kUpb_FieldMode_Scalar | kUpb_LabelFlags_IsAlternate | (kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
23 };
24 
25 const upb_MiniTable envoy_type_v3_HttpStatus_msg_init = {
26   NULL,
27   &envoy_type_v3_HttpStatus__fields[0],
28   8, 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0,
29   UPB_FASTTABLE_INIT({
30     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
31     {0x000000003f000008, &upb_psv4_1bt},
32   })
33 };
34 
35 static const upb_MiniTable *messages_layout[1] = {
36   &envoy_type_v3_HttpStatus_msg_init,
37 };
38 
39 const upb_MiniTableFile envoy_type_v3_http_status_proto_upb_file_layout = {
40   messages_layout,
41   NULL,
42   NULL,
43   1,
44   0,
45   0,
46 };
47 
48 #include "upb/port/undef.inc"
49 
50