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