1 /* This file was generated by upb_generator from the input file: 2 * 3 * xds/core/v3/resource.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/resource.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_name.upb_minitable.h" 14 15 // Must be last. 16 #include "upb/port/def.inc" 17 18 static const upb_MiniTableSub xds_core_v3_Resource_submsgs[2] = { 19 {.UPB_PRIVATE(submsg) = &xds__core__v3__ResourceName_msg_init}, 20 {.UPB_PRIVATE(submsg) = &google__protobuf__Any_msg_init}, 21 }; 22 23 static const upb_MiniTableField xds_core_v3_Resource__fields[3] = { 24 {1, UPB_SIZE(12, 16), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)}, 25 {2, UPB_SIZE(20, 24), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)}, 26 {3, UPB_SIZE(16, 40), 65, 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__Resource_msg_init = { 30 &xds_core_v3_Resource_submsgs[0], 31 &xds_core_v3_Resource__fields[0], 32 UPB_SIZE(32, 48), 3, kUpb_ExtMode_NonExtendable, 3, UPB_FASTTABLE_MASK(24), 0, 33 UPB_FASTTABLE_INIT({ 34 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 35 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 36 {0x001800003f000012, &upb_pss_1bt}, 37 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 38 }) 39 }; 40 41 static const upb_MiniTable *messages_layout[1] = { 42 &xds__core__v3__Resource_msg_init, 43 }; 44 45 const upb_MiniTableFile xds_core_v3_resource_proto_upb_file_layout = { 46 messages_layout, 47 NULL, 48 NULL, 49 1, 50 0, 51 0, 52 }; 53 54 #include "upb/port/undef.inc" 55 56