1 /* This file was generated by upb_generator from the input file: 2 * 3 * xds/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 "xds/core/v3/extension.upb_minitable.h" 11 #include "validate/validate.upb_minitable.h" 12 #include "google/protobuf/any.upb_minitable.h" 13 14 // Must be last. 15 #include "upb/port/def.inc" 16 17 static const upb_MiniTableSub xds_core_v3_TypedExtensionConfig_submsgs[1] = { 18 {.UPB_PRIVATE(submsg) = &google__protobuf__Any_msg_init}, 19 }; 20 21 static const upb_MiniTableField xds_core_v3_TypedExtensionConfig__fields[2] = { 22 {1, 16, 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)}, 23 {2, UPB_SIZE(12, 32), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)}, 24 }; 25 26 const upb_MiniTable xds__core__v3__TypedExtensionConfig_msg_init = { 27 &xds_core_v3_TypedExtensionConfig_submsgs[0], 28 &xds_core_v3_TypedExtensionConfig__fields[0], 29 UPB_SIZE(24, 40), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(8), 0, 30 UPB_FASTTABLE_INIT({ 31 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 32 {0x001000003f00000a, &upb_pss_1bt}, 33 }) 34 }; 35 36 static const upb_MiniTable *messages_layout[1] = { 37 &xds__core__v3__TypedExtensionConfig_msg_init, 38 }; 39 40 const upb_MiniTableFile xds_core_v3_extension_proto_upb_file_layout = { 41 messages_layout, 42 NULL, 43 NULL, 44 1, 45 0, 46 0, 47 }; 48 49 #include "upb/port/undef.inc" 50 51