1 /* This file was generated by upbc (the upb compiler) from the input
2  * file:
3  *
4  *     google/protobuf/timestamp.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/timestamp.upb.h"
14 
15 // Must be last.
16 #include "upb/port/def.inc"
17 
18 static const upb_MiniTableField google_protobuf_Timestamp__fields[2] = {
19   {1, 8, 0, kUpb_NoSub, 3, kUpb_FieldMode_Scalar | (kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
20   {2, 0, 0, kUpb_NoSub, 5, kUpb_FieldMode_Scalar | (kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
21 };
22 
23 const upb_MiniTable google_protobuf_Timestamp_msg_init = {
24   NULL,
25   &google_protobuf_Timestamp__fields[0],
26   16, 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(24), 0,
27   UPB_FASTTABLE_INIT({
28     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
29     {0x000800003f000008, &upb_psv8_1bt},
30     {0x000000003f000010, &upb_psv4_1bt},
31     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
32   })
33 };
34 
35 static const upb_MiniTable *messages_layout[1] = {
36   &google_protobuf_Timestamp_msg_init,
37 };
38 
39 const upb_MiniTableFile google_protobuf_timestamp_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