1 /* This file was generated by upb_generator from the input file: 2 * 3 * google/protobuf/duration.proto 4 * 5 * Do not edit -- your changes will be discarded when the file is 6 * regenerated. 7 * NO CHECKED-IN PROTOBUF GENCODE */ 8 9 #include <stddef.h> 10 #include "upb/generated_code_support.h" 11 #include "google/protobuf/duration.upb_minitable.h" 12 13 // Must be last. 14 #include "upb/port/def.inc" 15 16 extern const struct upb_MiniTable UPB_PRIVATE(_kUpb_MiniTable_StaticallyTreeShaken); 17 static const upb_MiniTableField google_protobuf_Duration__fields[2] = { 18 {1, 16, 0, kUpb_NoSub, 3, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)}, 19 {2, 8, 0, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)}, 20 }; 21 22 const upb_MiniTable google__protobuf__Duration_msg_init = { 23 NULL, 24 &google_protobuf_Duration__fields[0], 25 24, 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(24), 0, 26 #ifdef UPB_TRACING_ENABLED 27 "google.protobuf.Duration", 28 #endif 29 UPB_FASTTABLE_INIT({ 30 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 31 {0x001000003f000008, &upb_psv8_1bt}, 32 {0x000800003f000010, &upb_psv4_1bt}, 33 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 34 }) 35 }; 36 37 const upb_MiniTable* google__protobuf__Duration_msg_init_ptr = &google__protobuf__Duration_msg_init; 38 static const upb_MiniTable *messages_layout[1] = { 39 &google__protobuf__Duration_msg_init, 40 }; 41 42 const upb_MiniTableFile google_protobuf_duration_proto_upb_file_layout = { 43 messages_layout, 44 NULL, 45 NULL, 46 1, 47 0, 48 0, 49 }; 50 51 #include "upb/port/undef.inc" 52 53