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