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 * NO CHECKED-IN PROTOBUF GENCODE */ 8 9 #include <stddef.h> 10 #include "upb/generated_code_support.h" 11 #include "google/protobuf/empty.upb_minitable.h" 12 13 // Must be last. 14 #include "upb/port/def.inc" 15 16 extern const struct upb_MiniTable UPB_PRIVATE(_kUpb_MiniTable_StaticallyTreeShaken); 17 const upb_MiniTable google__protobuf__Empty_msg_init = { 18 NULL, 19 NULL, 20 8, 0, kUpb_ExtMode_NonExtendable, 0, UPB_FASTTABLE_MASK(255), 0, 21 #ifdef UPB_TRACING_ENABLED 22 "google.protobuf.Empty", 23 #endif 24 }; 25 26 const upb_MiniTable* google__protobuf__Empty_msg_init_ptr = &google__protobuf__Empty_msg_init; 27 static const upb_MiniTable *messages_layout[1] = { 28 &google__protobuf__Empty_msg_init, 29 }; 30 31 const upb_MiniTableFile google_protobuf_empty_proto_upb_file_layout = { 32 messages_layout, 33 NULL, 34 NULL, 35 1, 36 0, 37 0, 38 }; 39 40 #include "upb/port/undef.inc" 41 42