xref: /aosp_15_r20/external/grpc-grpc/src/core/ext/upb-gen/google/rpc/status.upb_minitable.c (revision cc02d7e222339f7a4f6ba5f422e6413f4bd931f2)
1 /* This file was generated by upb_generator from the input file:
2  *
3  *     google/rpc/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 "google/rpc/status.upb_minitable.h"
11 #include "google/protobuf/any.upb_minitable.h"
12 
13 // Must be last.
14 #include "upb/port/def.inc"
15 
16 static const upb_MiniTableSub google_rpc_Status_submsgs[1] = {
17   {.UPB_PRIVATE(submsg) = &google__protobuf__Any_msg_init},
18 };
19 
20 static const upb_MiniTableField google_rpc_Status__fields[3] = {
21   {1, 8, 0, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
22   {2, 16, 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
23   {3, UPB_SIZE(12, 32), 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
24 };
25 
26 const upb_MiniTable google__rpc__Status_msg_init = {
27   &google_rpc_Status_submsgs[0],
28   &google_rpc_Status__fields[0],
29   UPB_SIZE(24, 40), 3, kUpb_ExtMode_NonExtendable, 3, UPB_FASTTABLE_MASK(24), 0,
30   UPB_FASTTABLE_INIT({
31     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
32     {0x000800003f000008, &upb_psv4_1bt},
33     {0x001000003f000012, &upb_pss_1bt},
34     {0x002000003f00001a, &upb_prm_1bt_maxmaxb},
35   })
36 };
37 
38 static const upb_MiniTable *messages_layout[1] = {
39   &google__rpc__Status_msg_init,
40 };
41 
42 const upb_MiniTableFile google_rpc_status_proto_upb_file_layout = {
43   messages_layout,
44   NULL,
45   NULL,
46   1,
47   0,
48   0,
49 };
50 
51 #include "upb/port/undef.inc"
52 
53