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 8 #include <stddef.h> 9 #include "upb/generated_code_support.h" 10 #include "envoy/config/core/v3/http_service.upb_minitable.h" 11 #include "envoy/config/core/v3/base.upb_minitable.h" 12 #include "envoy/config/core/v3/http_uri.upb_minitable.h" 13 #include "udpa/annotations/status.upb_minitable.h" 14 #include "validate/validate.upb_minitable.h" 15 16 // Must be last. 17 #include "upb/port/def.inc" 18 19 static const upb_MiniTableSub envoy_config_core_v3_HttpService_submsgs[2] = { 20 {.UPB_PRIVATE(submsg) = &envoy__config__core__v3__HttpUri_msg_init}, 21 {.UPB_PRIVATE(submsg) = &envoy__config__core__v3__HeaderValueOption_msg_init}, 22 }; 23 24 static const upb_MiniTableField envoy_config_core_v3_HttpService__fields[2] = { 25 {1, UPB_SIZE(12, 16), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)}, 26 {2, UPB_SIZE(16, 24), 0, 1, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)}, 27 }; 28 29 const upb_MiniTable envoy__config__core__v3__HttpService_msg_init = { 30 &envoy_config_core_v3_HttpService_submsgs[0], 31 &envoy_config_core_v3_HttpService__fields[0], 32 UPB_SIZE(24, 32), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(24), 0, 33 UPB_FASTTABLE_INIT({ 34 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 35 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 36 {0x001800003f010012, &upb_prm_1bt_maxmaxb}, 37 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 38 }) 39 }; 40 41 static const upb_MiniTable *messages_layout[1] = { 42 &envoy__config__core__v3__HttpService_msg_init, 43 }; 44 45 const upb_MiniTableFile envoy_config_core_v3_http_service_proto_upb_file_layout = { 46 messages_layout, 47 NULL, 48 NULL, 49 1, 50 0, 51 0, 52 }; 53 54 #include "upb/port/undef.inc" 55 56