1 /* This file was generated by upb_generator from the input file: 2 * 3 * xds/service/orca/v3/orca.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/service/orca/v3/orca.upb_minitable.h" 11 #include "xds/data/orca/v3/orca_load_report.upb_minitable.h" 12 #include "google/protobuf/duration.upb_minitable.h" 13 14 // Must be last. 15 #include "upb/port/def.inc" 16 17 static const upb_MiniTableSub xds_service_orca_v3_OrcaLoadReportRequest_submsgs[1] = { 18 {.UPB_PRIVATE(submsg) = &google__protobuf__Duration_msg_init}, 19 }; 20 21 static const upb_MiniTableField xds_service_orca_v3_OrcaLoadReportRequest__fields[2] = { 22 {1, UPB_SIZE(12, 16), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)}, 23 {2, UPB_SIZE(16, 24), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)}, 24 }; 25 26 const upb_MiniTable xds__service__orca__v3__OrcaLoadReportRequest_msg_init = { 27 &xds_service_orca_v3_OrcaLoadReportRequest_submsgs[0], 28 &xds_service_orca_v3_OrcaLoadReportRequest__fields[0], 29 UPB_SIZE(24, 32), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(24), 0, 30 UPB_FASTTABLE_INIT({ 31 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 32 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 33 {0x001800003f000012, &upb_prs_1bt}, 34 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 35 }) 36 }; 37 38 static const upb_MiniTable *messages_layout[1] = { 39 &xds__service__orca__v3__OrcaLoadReportRequest_msg_init, 40 }; 41 42 const upb_MiniTableFile xds_service_orca_v3_orca_proto_upb_file_layout = { 43 messages_layout, 44 NULL, 45 NULL, 46 1, 47 0, 48 0, 49 }; 50 51 #include "upb/port/undef.inc" 52 53