1 /* This file was generated by upbc (the upb compiler) from the input 2 * file: 3 * 4 * xds/core/v3/resource.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 "xds/core/v3/resource.upb.h" 12 #include "google/protobuf/any.upb.h" 13 #include "udpa/annotations/status.upb.h" 14 #include "xds/core/v3/resource_name.upb.h" 15 16 #include "upb/port_def.inc" 17 18 static const upb_msglayout *const xds_core_v3_Resource_submsgs[2] = { 19 &google_protobuf_Any_msginit, 20 &xds_core_v3_ResourceName_msginit, 21 }; 22 23 static const upb_msglayout_field xds_core_v3_Resource__fields[3] = { 24 {1, UPB_SIZE(12, 24), 1, 1, 11, 1}, 25 {2, UPB_SIZE(4, 8), 0, 0, 9, 1}, 26 {3, UPB_SIZE(16, 32), 2, 0, 11, 1}, 27 }; 28 29 const upb_msglayout xds_core_v3_Resource_msginit = { 30 &xds_core_v3_Resource_submsgs[0], 31 &xds_core_v3_Resource__fields[0], 32 UPB_SIZE(24, 48), 3, false, 255, 33 }; 34 35 #include "upb/port_undef.inc" 36 37