1 /* This file was generated by upb_generator from the input file: 2 * 3 * envoy/type/v3/percent.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 "envoy/type/v3/percent.upb_minitable.h" 11 #include "udpa/annotations/status.upb_minitable.h" 12 #include "udpa/annotations/versioning.upb_minitable.h" 13 #include "validate/validate.upb_minitable.h" 14 15 // Must be last. 16 #include "upb/port/def.inc" 17 18 static const upb_MiniTableField envoy_type_v3_Percent__fields[1] = { 19 {1, 8, 0, kUpb_NoSub, 1, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)}, 20 }; 21 22 const upb_MiniTable envoy__type__v3__Percent_msg_init = { 23 NULL, 24 &envoy_type_v3_Percent__fields[0], 25 16, 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0, 26 UPB_FASTTABLE_INIT({ 27 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 28 {0x000800003f000009, &upb_psf8_1bt}, 29 }) 30 }; 31 32 static const upb_MiniTableField envoy_type_v3_FractionalPercent__fields[2] = { 33 {1, 8, 0, kUpb_NoSub, 13, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)}, 34 {2, 12, 0, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)}, 35 }; 36 37 const upb_MiniTable envoy__type__v3__FractionalPercent_msg_init = { 38 NULL, 39 &envoy_type_v3_FractionalPercent__fields[0], 40 16, 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(24), 0, 41 UPB_FASTTABLE_INIT({ 42 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 43 {0x000800003f000008, &upb_psv4_1bt}, 44 {0x000c00003f000010, &upb_psv4_1bt}, 45 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 46 }) 47 }; 48 49 static const upb_MiniTable *messages_layout[2] = { 50 &envoy__type__v3__Percent_msg_init, 51 &envoy__type__v3__FractionalPercent_msg_init, 52 }; 53 54 const upb_MiniTableFile envoy_type_v3_percent_proto_upb_file_layout = { 55 messages_layout, 56 NULL, 57 NULL, 58 2, 59 0, 60 0, 61 }; 62 63 #include "upb/port/undef.inc" 64 65