1 /* This file was generated by upbc (the upb compiler) from the input 2 * file: 3 * 4 * udpa/data/orca/v1/orca_load_report.proto 5 * 6 * Do not edit -- your changes will be discarded when the file is 7 * regenerated. */ 8 9 #include <stddef.h> 10 #include "upb/msg.h" 11 #include "udpa/data/orca/v1/orca_load_report.upb.h" 12 #include "validate/validate.upb.h" 13 14 #include "upb/port_def.inc" 15 16 static const upb_msglayout *const udpa_data_orca_v1_OrcaLoadReport_submsgs[2] = { 17 &udpa_data_orca_v1_OrcaLoadReport_RequestCostEntry_msginit, 18 &udpa_data_orca_v1_OrcaLoadReport_UtilizationEntry_msginit, 19 }; 20 21 static const upb_msglayout_field udpa_data_orca_v1_OrcaLoadReport__fields[5] = { 22 {1, UPB_SIZE(0, 0), 0, 0, 1, 1}, 23 {2, UPB_SIZE(8, 8), 0, 0, 1, 1}, 24 {3, UPB_SIZE(16, 16), 0, 0, 4, 1}, 25 {4, UPB_SIZE(24, 24), 0, 0, 11, _UPB_LABEL_MAP}, 26 {5, UPB_SIZE(28, 32), 0, 1, 11, _UPB_LABEL_MAP}, 27 }; 28 29 const upb_msglayout udpa_data_orca_v1_OrcaLoadReport_msginit = { 30 &udpa_data_orca_v1_OrcaLoadReport_submsgs[0], 31 &udpa_data_orca_v1_OrcaLoadReport__fields[0], 32 UPB_SIZE(32, 40), 5, false, 255, 33 }; 34 35 static const upb_msglayout_field udpa_data_orca_v1_OrcaLoadReport_RequestCostEntry__fields[2] = { 36 {1, UPB_SIZE(0, 0), 0, 0, 9, 1}, 37 {2, UPB_SIZE(8, 16), 0, 0, 1, 1}, 38 }; 39 40 const upb_msglayout udpa_data_orca_v1_OrcaLoadReport_RequestCostEntry_msginit = { 41 NULL, 42 &udpa_data_orca_v1_OrcaLoadReport_RequestCostEntry__fields[0], 43 UPB_SIZE(16, 32), 2, false, 255, 44 }; 45 46 static const upb_msglayout_field udpa_data_orca_v1_OrcaLoadReport_UtilizationEntry__fields[2] = { 47 {1, UPB_SIZE(0, 0), 0, 0, 9, 1}, 48 {2, UPB_SIZE(8, 16), 0, 0, 1, 1}, 49 }; 50 51 const upb_msglayout udpa_data_orca_v1_OrcaLoadReport_UtilizationEntry_msginit = { 52 NULL, 53 &udpa_data_orca_v1_OrcaLoadReport_UtilizationEntry__fields[0], 54 UPB_SIZE(16, 32), 2, false, 255, 55 }; 56 57 #include "upb/port_undef.inc" 58 59