1 /* This file was generated by upb_generator from the input file: 2 * 3 * xds/core/v3/collection_entry.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/collection_entry.upb_minitable.h" 11 #include "google/protobuf/any.upb_minitable.h" 12 #include "xds/annotations/v3/status.upb_minitable.h" 13 #include "xds/core/v3/resource_locator.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 xds_core_v3_CollectionEntry_submsgs[2] = { 20 {.UPB_PRIVATE(submsg) = &xds__core__v3__ResourceLocator_msg_init}, 21 {.UPB_PRIVATE(submsg) = &xds__core__v3__CollectionEntry__InlineEntry_msg_init}, 22 }; 23 24 static const upb_MiniTableField xds_core_v3_CollectionEntry__fields[2] = { 25 {1, UPB_SIZE(12, 16), -9, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)}, 26 {2, UPB_SIZE(12, 16), -9, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)}, 27 }; 28 29 const upb_MiniTable xds__core__v3__CollectionEntry_msg_init = { 30 &xds_core_v3_CollectionEntry_submsgs[0], 31 &xds_core_v3_CollectionEntry__fields[0], 32 UPB_SIZE(16, 24), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(24), 0, 33 UPB_FASTTABLE_INIT({ 34 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 35 {0x001000080100000a, &upb_pom_1bt_maxmaxb}, 36 {0x0010000802010012, &upb_pom_1bt_max64b}, 37 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 38 }) 39 }; 40 41 static const upb_MiniTableSub xds_core_v3_CollectionEntry_InlineEntry_submsgs[1] = { 42 {.UPB_PRIVATE(submsg) = &google__protobuf__Any_msg_init}, 43 }; 44 45 static const upb_MiniTableField xds_core_v3_CollectionEntry_InlineEntry__fields[3] = { 46 {1, 16, 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)}, 47 {2, UPB_SIZE(24, 32), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)}, 48 {3, UPB_SIZE(12, 48), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)}, 49 }; 50 51 const upb_MiniTable xds__core__v3__CollectionEntry__InlineEntry_msg_init = { 52 &xds_core_v3_CollectionEntry_InlineEntry_submsgs[0], 53 &xds_core_v3_CollectionEntry_InlineEntry__fields[0], 54 UPB_SIZE(32, 56), 3, kUpb_ExtMode_NonExtendable, 3, UPB_FASTTABLE_MASK(24), 0, 55 UPB_FASTTABLE_INIT({ 56 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 57 {0x001000003f00000a, &upb_pss_1bt}, 58 {0x002000003f000012, &upb_pss_1bt}, 59 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 60 }) 61 }; 62 63 static const upb_MiniTable *messages_layout[2] = { 64 &xds__core__v3__CollectionEntry_msg_init, 65 &xds__core__v3__CollectionEntry__InlineEntry_msg_init, 66 }; 67 68 const upb_MiniTableFile xds_core_v3_collection_entry_proto_upb_file_layout = { 69 messages_layout, 70 NULL, 71 NULL, 72 2, 73 0, 74 0, 75 }; 76 77 #include "upb/port/undef.inc" 78 79