xref: /aosp_15_r20/external/grpc-grpc/src/core/ext/upb-gen/google/protobuf/empty.upb_minitable.c (revision cc02d7e222339f7a4f6ba5f422e6413f4bd931f2)
1 /* This file was generated by upb_generator from the input file:
2  *
3  *     google/protobuf/empty.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/protobuf/empty.upb_minitable.h"
11 
12 // Must be last.
13 #include "upb/port/def.inc"
14 
15 const upb_MiniTable google__protobuf__Empty_msg_init = {
16   NULL,
17   NULL,
18   8, 0, kUpb_ExtMode_NonExtendable, 0, UPB_FASTTABLE_MASK(255), 0,
19 };
20 
21 static const upb_MiniTable *messages_layout[1] = {
22   &google__protobuf__Empty_msg_init,
23 };
24 
25 const upb_MiniTableFile google_protobuf_empty_proto_upb_file_layout = {
26   messages_layout,
27   NULL,
28   NULL,
29   1,
30   0,
31   0,
32 };
33 
34 #include "upb/port/undef.inc"
35 
36