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