1 /* This file was generated by upbc (the upb compiler) from the input 2 * file: 3 * 4 * envoy/config/core/v3/event_service_config.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/collections/array_internal.h" 11 #include "upb/message/internal.h" 12 #include "upb/mini_table/enum_internal.h" 13 #include "envoy/config/core/v3/event_service_config.upb.h" 14 #include "envoy/config/core/v3/grpc_service.upb.h" 15 #include "udpa/annotations/status.upb.h" 16 #include "udpa/annotations/versioning.upb.h" 17 #include "validate/validate.upb.h" 18 19 // Must be last. 20 #include "upb/port/def.inc" 21 22 static const upb_MiniTableSub envoy_config_core_v3_EventServiceConfig_submsgs[1] = { 23 {.submsg = &envoy_config_core_v3_GrpcService_msg_init}, 24 }; 25 26 static const upb_MiniTableField envoy_config_core_v3_EventServiceConfig__fields[1] = { 27 {1, UPB_SIZE(4, 8), -1, 0, 11, kUpb_FieldMode_Scalar | (UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)}, 28 }; 29 30 const upb_MiniTable envoy_config_core_v3_EventServiceConfig_msg_init = { 31 &envoy_config_core_v3_EventServiceConfig_submsgs[0], 32 &envoy_config_core_v3_EventServiceConfig__fields[0], 33 UPB_SIZE(8, 16), 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0, 34 UPB_FASTTABLE_INIT({ 35 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 36 {0x000800000100000a, &upb_pom_1bt_maxmaxb}, 37 }) 38 }; 39 40 static const upb_MiniTable *messages_layout[1] = { 41 &envoy_config_core_v3_EventServiceConfig_msg_init, 42 }; 43 44 const upb_MiniTableFile envoy_config_core_v3_event_service_config_proto_upb_file_layout = { 45 messages_layout, 46 NULL, 47 NULL, 48 1, 49 0, 50 0, 51 }; 52 53 #include "upb/port/undef.inc" 54 55