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