1 /* This file was generated by upb_generator from the input file: 2 * 3 * envoy/config/core/v3/extension.proto 4 * 5 * Do not edit -- your changes will be discarded when the file is 6 * regenerated. */ 7 8 #include <stddef.h> 9 #include "upb/generated_code_support.h" 10 #include "envoy/config/core/v3/extension.upb_minitable.h" 11 #include "google/protobuf/any.upb_minitable.h" 12 #include "udpa/annotations/status.upb_minitable.h" 13 #include "validate/validate.upb_minitable.h" 14 15 // Must be last. 16 #include "upb/port/def.inc" 17 18 static const upb_MiniTableSub envoy_config_core_v3_TypedExtensionConfig_submsgs[1] = { 19 {.UPB_PRIVATE(submsg) = &google__protobuf__Any_msg_init}, 20 }; 21 22 static const upb_MiniTableField envoy_config_core_v3_TypedExtensionConfig__fields[2] = { 23 {1, 16, 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)}, 24 {2, UPB_SIZE(12, 32), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)}, 25 }; 26 27 const upb_MiniTable envoy__config__core__v3__TypedExtensionConfig_msg_init = { 28 &envoy_config_core_v3_TypedExtensionConfig_submsgs[0], 29 &envoy_config_core_v3_TypedExtensionConfig__fields[0], 30 UPB_SIZE(24, 40), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(8), 0, 31 UPB_FASTTABLE_INIT({ 32 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 33 {0x001000003f00000a, &upb_pss_1bt}, 34 }) 35 }; 36 37 static const upb_MiniTable *messages_layout[1] = { 38 &envoy__config__core__v3__TypedExtensionConfig_msg_init, 39 }; 40 41 const upb_MiniTableFile envoy_config_core_v3_extension_proto_upb_file_layout = { 42 messages_layout, 43 NULL, 44 NULL, 45 1, 46 0, 47 0, 48 }; 49 50 #include "upb/port/undef.inc" 51 52