xref: /aosp_15_r20/external/grpc-grpc/src/core/ext/upb-gen/udpa/annotations/status.upb_minitable.c (revision cc02d7e222339f7a4f6ba5f422e6413f4bd931f2)
1 /* This file was generated by upb_generator from the input file:
2  *
3  *     udpa/annotations/status.proto
4  *
5  * Do not edit -- your changes will be discarded when the file is
6  * regenerated. */
7 
8 #include <stddef.h>
9 #include "upb/generated_code_support.h"
10 #include "udpa/annotations/status.upb_minitable.h"
11 #include "google/protobuf/descriptor.upb_minitable.h"
12 
13 // Must be last.
14 #include "upb/port/def.inc"
15 
16 static const upb_MiniTableField udpa_annotations_StatusAnnotation__fields[2] = {
17   {1, 8, 0, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
18   {2, 12, 0, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
19 };
20 
21 const upb_MiniTable udpa__annotations__StatusAnnotation_msg_init = {
22   NULL,
23   &udpa_annotations_StatusAnnotation__fields[0],
24   16, 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(24), 0,
25   UPB_FASTTABLE_INIT({
26     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
27     {0x000800003f000008, &upb_psb1_1bt},
28     {0x000c00003f000010, &upb_psv4_1bt},
29     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
30   })
31 };
32 
33 static const upb_MiniTable *messages_layout[1] = {
34   &udpa__annotations__StatusAnnotation_msg_init,
35 };
36 
37 const upb_MiniTableExtension udpa_annotations_file_status_ext = {
38   {222707719, 0, 0, 0, 11, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsExtension | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
39   &google__protobuf__FileOptions_msg_init,
40   {.UPB_PRIVATE(submsg) = &udpa__annotations__StatusAnnotation_msg_init},
41 
42 };
43 
44 static const upb_MiniTableExtension *extensions_layout[1] = {
45   &udpa_annotations_file_status_ext,
46 };
47 
48 const upb_MiniTableFile udpa_annotations_status_proto_upb_file_layout = {
49   messages_layout,
50   NULL,
51   extensions_layout,
52   1,
53   0,
54   1,
55 };
56 
57 #include "upb/port/undef.inc"
58 
59