blob: 42da529547fab213686baa0fe1699643a47a4cd4 [file] [log] [blame]
// WARNING: This file is machine generated by fidlc.
#include <lib/fidl/internal.h>
// Forward declarations for old <-> V1 mappings
extern const fidl_type_t top_BazTable;
extern const fidl_type_t v1_top_BazTable;
// Coding tables for old wire format.
extern const fidl_type_t bottom_FooTable;
extern const fidl_type_t middle_BarTable;
extern const fidl_type_t top_BazTable;
static const struct FidlStructField Fields7top_Baz[] = {
/*FidlStructField*/{.type=&middle_BarTable, .offset=0u, .padding=0u}
};
const fidl_type_t top_BazTable = {.type_tag=kFidlTypeStruct, {.coded_struct={.fields=Fields7top_Baz, .field_count=1u, .size=4u, .max_out_of_line=0u, .contains_union=false, .name="top/Baz", .alt_type=&v1_top_BazTable}}};
// Coding tables for v1 wire format.
extern const fidl_type_t v1_bottom_FooTable;
extern const fidl_type_t v1_middle_BarTable;
extern const fidl_type_t v1_top_BazTable;
static const struct FidlStructField Fields10v1_top_Baz[] = {
/*FidlStructField*/{.type=&v1_middle_BarTable, .offset=0u, .padding=0u}
};
const fidl_type_t v1_top_BazTable = {.type_tag=kFidlTypeStruct, {.coded_struct={.fields=Fields10v1_top_Baz, .field_count=1u, .size=4u, .max_out_of_line=0u, .contains_union=false, .name="top/Baz", .alt_type=&top_BazTable}}};