1 /* This file was generated by upb_generator from the input file: 2 * 3 * envoy/type/v3/http_status.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/type/v3/http_status.upb_minitable.h" 12 #include "udpa/annotations/status.upb_minitable.h" 13 #include "udpa/annotations/versioning.upb_minitable.h" 14 #include "validate/validate.upb_minitable.h" 15 16 // Must be last. 17 #include "upb/port/def.inc" 18 19 extern const struct upb_MiniTable UPB_PRIVATE(_kUpb_MiniTable_StaticallyTreeShaken); 20 static const upb_MiniTableField envoy_type_v3_HttpStatus__fields[1] = { 21 {1, 8, 0, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)}, 22 }; 23 24 const upb_MiniTable envoy__type__v3__HttpStatus_msg_init = { 25 NULL, 26 &envoy_type_v3_HttpStatus__fields[0], 27 16, 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0, 28 #ifdef UPB_TRACING_ENABLED 29 "envoy.type.v3.HttpStatus", 30 #endif 31 UPB_FASTTABLE_INIT({ 32 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 33 {0x000800003f000008, &upb_psv4_1bt}, 34 }) 35 }; 36 37 const upb_MiniTable* envoy__type__v3__HttpStatus_msg_init_ptr = &envoy__type__v3__HttpStatus_msg_init; 38 static const upb_MiniTable *messages_layout[1] = { 39 &envoy__type__v3__HttpStatus_msg_init, 40 }; 41 42 const upb_MiniTableFile envoy_type_v3_http_status_proto_upb_file_layout = { 43 messages_layout, 44 NULL, 45 NULL, 46 1, 47 0, 48 0, 49 }; 50 51 #include "upb/port/undef.inc" 52 53