1 /* This file was generated by upbc (the upb compiler) from the input
2  * file:
3  *
4  *     google/type/expr.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 "google/type/expr.upb.h"
14 
15 // Must be last.
16 #include "upb/port/def.inc"
17 
18 static const upb_MiniTableField google_type_Expr__fields[4] = {
19   {1, 0, 0, kUpb_NoSub, 9, kUpb_FieldMode_Scalar | (kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
20   {2, UPB_SIZE(8, 16), 0, kUpb_NoSub, 9, kUpb_FieldMode_Scalar | (kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
21   {3, UPB_SIZE(16, 32), 0, kUpb_NoSub, 9, kUpb_FieldMode_Scalar | (kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
22   {4, UPB_SIZE(24, 48), 0, kUpb_NoSub, 9, kUpb_FieldMode_Scalar | (kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
23 };
24 
25 const upb_MiniTable google_type_Expr_msg_init = {
26   NULL,
27   &google_type_Expr__fields[0],
28   UPB_SIZE(32, 64), 4, kUpb_ExtMode_NonExtendable, 4, UPB_FASTTABLE_MASK(56), 0,
29   UPB_FASTTABLE_INIT({
30     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
31     {0x000000003f00000a, &upb_pss_1bt},
32     {0x001000003f000012, &upb_pss_1bt},
33     {0x002000003f00001a, &upb_pss_1bt},
34     {0x003000003f000022, &upb_pss_1bt},
35     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
36     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
37     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
38   })
39 };
40 
41 static const upb_MiniTable *messages_layout[1] = {
42   &google_type_Expr_msg_init,
43 };
44 
45 const upb_MiniTableFile google_type_expr_proto_upb_file_layout = {
46   messages_layout,
47   NULL,
48   NULL,
49   1,
50   0,
51   0,
52 };
53 
54 #include "upb/port/undef.inc"
55 
56