1 /* This file was generated by upb_generator from the input file: 2 * 3 * xds/core/v3/cidr.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 "xds/core/v3/cidr.upb_minitable.h" 11 #include "xds/annotations/v3/status.upb_minitable.h" 12 #include "google/protobuf/wrappers.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_MiniTableSub xds_core_v3_CidrRange_submsgs[1] = { 19 {.UPB_PRIVATE(submsg) = &google__protobuf__UInt32Value_msg_init}, 20 }; 21 22 static const upb_MiniTableField xds_core_v3_CidrRange__fields[2] = { 23 {1, 16, 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)}, 24 {2, UPB_SIZE(12, 32), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)}, 25 }; 26 27 const upb_MiniTable xds__core__v3__CidrRange_msg_init = { 28 &xds_core_v3_CidrRange_submsgs[0], 29 &xds_core_v3_CidrRange__fields[0], 30 UPB_SIZE(24, 40), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(8), 0, 31 UPB_FASTTABLE_INIT({ 32 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 33 {0x001000003f00000a, &upb_pss_1bt}, 34 }) 35 }; 36 37 static const upb_MiniTable *messages_layout[1] = { 38 &xds__core__v3__CidrRange_msg_init, 39 }; 40 41 const upb_MiniTableFile xds_core_v3_cidr_proto_upb_file_layout = { 42 messages_layout, 43 NULL, 44 NULL, 45 1, 46 0, 47 0, 48 }; 49 50 #include "upb/port/undef.inc" 51 52