1 /* This file was generated by upb_generator from the input file: 2 * 3 * envoy/config/core/v3/http_service.proto 4 * 5 * Do not edit -- your changes will be discarded when the file is 6 * regenerated. 7 * NO CHECKED-IN PROTOBUF GENCODE */ 8 9 #include <stddef.h> 10 #include "upb/generated_code_support.h" 11 #include "envoy/config/core/v3/http_service.upb_minitable.h" 12 #include "envoy/config/core/v3/base.upb_minitable.h" 13 #include "envoy/config/core/v3/http_uri.upb_minitable.h" 14 #include "udpa/annotations/status.upb_minitable.h" 15 #include "validate/validate.upb_minitable.h" 16 17 // Must be last. 18 #include "upb/port/def.inc" 19 20 extern const struct upb_MiniTable UPB_PRIVATE(_kUpb_MiniTable_StaticallyTreeShaken); 21 static const upb_MiniTableSubInternal envoy_config_core_v3_HttpService__submsgs[2] = { 22 {.UPB_PRIVATE(submsg) = &envoy__config__core__v3__HttpUri_msg_init_ptr}, 23 {.UPB_PRIVATE(submsg) = &envoy__config__core__v3__HeaderValueOption_msg_init_ptr}, 24 }; 25 26 static const upb_MiniTableField envoy_config_core_v3_HttpService__fields[2] = { 27 {1, UPB_SIZE(12, 16), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)}, 28 {2, UPB_SIZE(16, 24), 0, 1, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)}, 29 }; 30 31 const upb_MiniTable envoy__config__core__v3__HttpService_msg_init = { 32 &envoy_config_core_v3_HttpService__submsgs[0], 33 &envoy_config_core_v3_HttpService__fields[0], 34 UPB_SIZE(24, 32), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(24), 0, 35 #ifdef UPB_TRACING_ENABLED 36 "envoy.config.core.v3.HttpService", 37 #endif 38 UPB_FASTTABLE_INIT({ 39 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 40 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 41 {0x001800003f010012, &upb_prm_1bt_maxmaxb}, 42 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 43 }) 44 }; 45 46 const upb_MiniTable* envoy__config__core__v3__HttpService_msg_init_ptr = &envoy__config__core__v3__HttpService_msg_init; 47 static const upb_MiniTable *messages_layout[1] = { 48 &envoy__config__core__v3__HttpService_msg_init, 49 }; 50 51 const upb_MiniTableFile envoy_config_core_v3_http_service_proto_upb_file_layout = { 52 messages_layout, 53 NULL, 54 NULL, 55 1, 56 0, 57 0, 58 }; 59 60 #include "upb/port/undef.inc" 61 62