1 /* This file was generated by upbc (the upb compiler) from the input 2 * file: 3 * 4 * xds/type/v3/typed_struct.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/type/v3/typed_struct.upb.h" 14 #include "google/protobuf/struct.upb.h" 15 16 // Must be last. 17 #include "upb/port/def.inc" 18 19 static const upb_MiniTableSub xds_type_v3_TypedStruct_submsgs[1] = { 20 {.submsg = &google_protobuf_Struct_msg_init}, 21 }; 22 23 static const upb_MiniTableField xds_type_v3_TypedStruct__fields[2] = { 24 {1, 8, 0, kUpb_NoSub, 9, kUpb_FieldMode_Scalar | (kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)}, 25 {2, UPB_SIZE(4, 24), 1, 0, 11, kUpb_FieldMode_Scalar | (UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)}, 26 }; 27 28 const upb_MiniTable xds_type_v3_TypedStruct_msg_init = { 29 &xds_type_v3_TypedStruct_submsgs[0], 30 &xds_type_v3_TypedStruct__fields[0], 31 UPB_SIZE(16, 32), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(24), 0, 32 UPB_FASTTABLE_INIT({ 33 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 34 {0x000800003f00000a, &upb_pss_1bt}, 35 {0x0018000001000012, &upb_psm_1bt_maxmaxb}, 36 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 37 }) 38 }; 39 40 static const upb_MiniTable *messages_layout[1] = { 41 &xds_type_v3_TypedStruct_msg_init, 42 }; 43 44 const upb_MiniTableFile xds_type_v3_typed_struct_proto_upb_file_layout = { 45 messages_layout, 46 NULL, 47 NULL, 48 1, 49 0, 50 0, 51 }; 52 53 #include "upb/port/undef.inc" 54 55