#include <stddef.h>
#include "upb/msg_internal.h"
#include "google/protobuf/struct.upb.h"
#include "upb/port_def.inc"
static const upb_MiniTable_Sub google_protobuf_Struct_submsgs[1] = …;
static const upb_MiniTable_Field google_protobuf_Struct__fields[1] = …;
const upb_MiniTable google_protobuf_Struct_msginit = …;
static const upb_MiniTable_Sub google_protobuf_Struct_FieldsEntry_submsgs[1] = …;
static const upb_MiniTable_Field google_protobuf_Struct_FieldsEntry__fields[2] = …;
const upb_MiniTable google_protobuf_Struct_FieldsEntry_msginit = …;
static const upb_MiniTable_Sub google_protobuf_Value_submsgs[2] = …;
static const upb_MiniTable_Field google_protobuf_Value__fields[6] = …;
const upb_MiniTable google_protobuf_Value_msginit = …;
static const upb_MiniTable_Sub google_protobuf_ListValue_submsgs[1] = …;
static const upb_MiniTable_Field google_protobuf_ListValue__fields[1] = …;
const upb_MiniTable google_protobuf_ListValue_msginit = …;
static const upb_MiniTable *messages_layout[4] = …;
const upb_MiniTable_File google_protobuf_struct_proto_upb_file_layout = …;
#include "upb/port_undef.inc"