1 /* This file was generated by upbc (the upb compiler) from the input 2 * file: 3 * 4 * google/protobuf/empty.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 "google/protobuf/empty.upb.h" 14 15 // Must be last. 16 #include "upb/port/def.inc" 17 18 const upb_MiniTable google_protobuf_Empty_msg_init = { 19 NULL, 20 NULL, 21 0, 0, kUpb_ExtMode_NonExtendable, 0, UPB_FASTTABLE_MASK(255), 0, 22 }; 23 24 static const upb_MiniTable *messages_layout[1] = { 25 &google_protobuf_Empty_msg_init, 26 }; 27 28 const upb_MiniTableFile google_protobuf_empty_proto_upb_file_layout = { 29 messages_layout, 30 NULL, 31 NULL, 32 1, 33 0, 34 0, 35 }; 36 37 #include "upb/port/undef.inc" 38 39