1 /* This file was generated by upbc (the upb compiler) from the input 2 * file: 3 * 4 * udpa/core/v1/collection_entry.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/core/v1/collection_entry.upb.h" 12 #include "google/protobuf/any.upb.h" 13 #include "udpa/annotations/status.upb.h" 14 #include "udpa/core/v1/resource_locator.upb.h" 15 #include "validate/validate.upb.h" 16 17 #include "upb/port_def.inc" 18 19 static const upb_msglayout *const udpa_core_v1_CollectionEntry_submsgs[2] = { 20 &udpa_core_v1_CollectionEntry_InlineEntry_msginit, 21 &udpa_core_v1_ResourceLocator_msginit, 22 }; 23 24 static const upb_msglayout_field udpa_core_v1_CollectionEntry__fields[2] = { 25 {1, UPB_SIZE(0, 0), UPB_SIZE(-5, -9), 1, 11, 1}, 26 {2, UPB_SIZE(0, 0), UPB_SIZE(-5, -9), 0, 11, 1}, 27 }; 28 29 const upb_msglayout udpa_core_v1_CollectionEntry_msginit = { 30 &udpa_core_v1_CollectionEntry_submsgs[0], 31 &udpa_core_v1_CollectionEntry__fields[0], 32 UPB_SIZE(8, 16), 2, false, 255, 33 }; 34 35 static const upb_msglayout *const udpa_core_v1_CollectionEntry_InlineEntry_submsgs[1] = { 36 &google_protobuf_Any_msginit, 37 }; 38 39 static const upb_msglayout_field udpa_core_v1_CollectionEntry_InlineEntry__fields[3] = { 40 {1, UPB_SIZE(4, 8), 0, 0, 9, 1}, 41 {2, UPB_SIZE(12, 24), 0, 0, 9, 1}, 42 {3, UPB_SIZE(20, 40), 1, 0, 11, 1}, 43 }; 44 45 const upb_msglayout udpa_core_v1_CollectionEntry_InlineEntry_msginit = { 46 &udpa_core_v1_CollectionEntry_InlineEntry_submsgs[0], 47 &udpa_core_v1_CollectionEntry_InlineEntry__fields[0], 48 UPB_SIZE(24, 48), 3, false, 255, 49 }; 50 51 #include "upb/port_undef.inc" 52 53