1 /* This file was generated by upbc (the upb compiler) from the input 2 * file: 3 * 4 * udpa/annotations/status.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 "udpa/annotations/status.upb.h" 14 #include "google/protobuf/descriptor.upb.h" 15 16 // Must be last. 17 #include "upb/port/def.inc" 18 19 static const upb_MiniTableField udpa_annotations_StatusAnnotation__fields[2] = { 20 {1, 0, 0, kUpb_NoSub, 8, kUpb_FieldMode_Scalar | (kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)}, 21 {2, 4, 0, kUpb_NoSub, 5, kUpb_FieldMode_Scalar | kUpb_LabelFlags_IsAlternate | (kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)}, 22 }; 23 24 const upb_MiniTable udpa_annotations_StatusAnnotation_msg_init = { 25 NULL, 26 &udpa_annotations_StatusAnnotation__fields[0], 27 8, 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(24), 0, 28 UPB_FASTTABLE_INIT({ 29 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 30 {0x000000003f000008, &upb_psb1_1bt}, 31 {0x000400003f000010, &upb_psv4_1bt}, 32 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 33 }) 34 }; 35 36 static const upb_MiniTable *messages_layout[1] = { 37 &udpa_annotations_StatusAnnotation_msg_init, 38 }; 39 40 extern const upb_MiniTable google_protobuf_FileOptions_msg_init; 41 extern const upb_MiniTable udpa_annotations_StatusAnnotation_msg_init; 42 const upb_MiniTableExtension udpa_annotations_file_status_ext = { 43 {222707719, 0, 0, 0, 11, kUpb_FieldMode_Scalar | kUpb_LabelFlags_IsExtension | (kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)}, 44 &google_protobuf_FileOptions_msg_init, 45 {.submsg = &udpa_annotations_StatusAnnotation_msg_init}, 46 47 }; 48 49 static const upb_MiniTableExtension *extensions_layout[1] = { 50 &udpa_annotations_file_status_ext, 51 }; 52 53 const upb_MiniTableFile udpa_annotations_status_proto_upb_file_layout = { 54 messages_layout, 55 NULL, 56 extensions_layout, 57 1, 58 0, 59 1, 60 }; 61 62 #include "upb/port/undef.inc" 63 64