1 /* This file was generated by upb_generator from the input file: 2 * 3 * envoy/type/matcher/v3/number.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/matcher/v3/number.upb_minitable.h" 11 #include "envoy/type/v3/range.upb_minitable.h" 12 #include "udpa/annotations/status.upb_minitable.h" 13 #include "udpa/annotations/versioning.upb_minitable.h" 14 #include "validate/validate.upb_minitable.h" 15 16 // Must be last. 17 #include "upb/port/def.inc" 18 19 static const upb_MiniTableSub envoy_type_matcher_v3_DoubleMatcher_submsgs[1] = { 20 {.UPB_PRIVATE(submsg) = &envoy__type__v3__DoubleRange_msg_init}, 21 }; 22 23 static const upb_MiniTableField envoy_type_matcher_v3_DoubleMatcher__fields[2] = { 24 {1, 16, -9, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)}, 25 {2, 16, -9, kUpb_NoSub, 1, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)}, 26 }; 27 28 const upb_MiniTable envoy__type__matcher__v3__DoubleMatcher_msg_init = { 29 &envoy_type_matcher_v3_DoubleMatcher_submsgs[0], 30 &envoy_type_matcher_v3_DoubleMatcher__fields[0], 31 24, 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(24), 0, 32 UPB_FASTTABLE_INIT({ 33 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 34 {0x001000080100000a, &upb_pom_1bt_maxmaxb}, 35 {0x0010000802000011, &upb_pof8_1bt}, 36 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 37 }) 38 }; 39 40 static const upb_MiniTable *messages_layout[1] = { 41 &envoy__type__matcher__v3__DoubleMatcher_msg_init, 42 }; 43 44 const upb_MiniTableFile envoy_type_matcher_v3_number_proto_upb_file_layout = { 45 messages_layout, 46 NULL, 47 NULL, 48 1, 49 0, 50 0, 51 }; 52 53 #include "upb/port/undef.inc" 54 55