1 /* This file was generated by upbc (the upb compiler) from the input
2  * file:
3  *
4  *     google/protobuf/any.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/protobuf/any.upb.h"
14 
15 // Must be last.
16 #include "upb/port/def.inc"
17 
18 static const upb_MiniTableField google_protobuf_Any__fields[2] = {
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, 12, kUpb_FieldMode_Scalar | (kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
21 };
22 
23 const upb_MiniTable google_protobuf_Any_msg_init = {
24   NULL,
25   &google_protobuf_Any__fields[0],
26   UPB_SIZE(16, 32), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(24), 0,
27   UPB_FASTTABLE_INIT({
28     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
29     {0x000000003f00000a, &upb_pss_1bt},
30     {0x001000003f000012, &upb_psb_1bt},
31     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
32   })
33 };
34 
35 static const upb_MiniTable *messages_layout[1] = {
36   &google_protobuf_Any_msg_init,
37 };
38 
39 const upb_MiniTableFile google_protobuf_any_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