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