blob: 19fdc7d1bebe96e0d97a7a6e5b51927b4dacf61a [file] [log] [blame]
// WARNING: This file is machine generated by fidlc.
#include <lib/fidl/internal.h>
extern const struct FidlCodedBits test_name_OnlySyzkallerTable;
extern const struct FidlCodedTable test_name_OnlyRustTable;
extern const struct FidlCodedXUnion test_name_OnlyLlcppTable;
extern const struct FidlCodedXUnion test_name_OnlyLlcppNullableRefTable;
extern const struct FidlCodedStruct test_name_OnlyGoTable;
extern const struct FidlCodedEnum test_name_OnlyDartTable;
extern const struct FidlCodedStruct test_name_OnlyLibfuzzerLibfuzzerNeedsNonemptyProtocolRequestTable;
static const struct FidlStructField Fields60test_name_OnlyLibfuzzerLibfuzzerNeedsNonemptyProtocolRequest[] = {};
const struct FidlCodedStruct test_name_OnlyLibfuzzerLibfuzzerNeedsNonemptyProtocolRequestTable = {.tag=kFidlTypeStruct, .fields=Fields60test_name_OnlyLibfuzzerLibfuzzerNeedsNonemptyProtocolRequest, .field_count=0u, .size=16u, .name="test.name/OnlyLibfuzzerLibfuzzerNeedsNonemptyProtocolRequest"};
extern const struct FidlCodedStruct test_name_OnlyLibfuzzerLibfuzzerNeedsNonemptyProtocolResponseTable;
static const struct FidlStructField Fields61test_name_OnlyLibfuzzerLibfuzzerNeedsNonemptyProtocolResponse[] = {};
const struct FidlCodedStruct test_name_OnlyLibfuzzerLibfuzzerNeedsNonemptyProtocolResponseTable = {.tag=kFidlTypeStruct, .fields=Fields61test_name_OnlyLibfuzzerLibfuzzerNeedsNonemptyProtocolResponse, .field_count=0u, .size=16u, .name="test.name/OnlyLibfuzzerLibfuzzerNeedsNonemptyProtocolResponse"};
const struct FidlCodedBits test_name_OnlySyzkallerTable = {.tag=kFidlTypeBits, .underlying_type=kFidlCodedPrimitiveSubtype_Uint32, .mask=1ul, .name="test.name/OnlySyzkaller"};
static const struct FidlTableField Fields18test_name_OnlyRust[] = {};
const struct FidlCodedTable test_name_OnlyRustTable = {.tag=kFidlTypeTable, .fields=Fields18test_name_OnlyRust, .field_count=0u, .name="test.name/OnlyRust"};
static const struct FidlXUnionField Fields19test_name_OnlyLlcpp[] = {
/*FidlXUnionField*/{.type=(fidl_type_t*)(&fidl_internal_kUint32Table), .ordinal=1u}
};
const struct FidlCodedXUnion test_name_OnlyLlcppTable = {.tag=kFidlTypeXUnion, .field_count=1u, .fields=Fields19test_name_OnlyLlcpp, .nullable=kFidlNullability_Nonnullable, .name="test.name/OnlyLlcpp", .strictness=kFidlStrictness_Strict};
static const struct FidlXUnionField Fields30test_name_OnlyLlcppNullableRef[] = {
/*FidlXUnionField*/{.type=(fidl_type_t*)(&fidl_internal_kUint32Table), .ordinal=1u}
};
const struct FidlCodedXUnion test_name_OnlyLlcppNullableRefTable = {.tag=kFidlTypeXUnion, .field_count=1u, .fields=Fields30test_name_OnlyLlcppNullableRef, .nullable=kFidlNullability_Nullable, .name="test.name/OnlyLlcpp", .strictness=kFidlStrictness_Strict};
static const struct FidlStructField Fields16test_name_OnlyGo[] = {};
const struct FidlCodedStruct test_name_OnlyGoTable = {.tag=kFidlTypeStruct, .fields=Fields16test_name_OnlyGo, .field_count=0u, .size=1u, .name="test.name/OnlyGo"};
static bool EnumValidatorFor_test_name_OnlyDart(uint64_t v) { return (v == 1ul) || false; }
const struct FidlCodedEnum test_name_OnlyDartTable = {.tag=kFidlTypeEnum, .underlying_type=kFidlCodedPrimitiveSubtype_Uint32, .validate=&EnumValidatorFor_test_name_OnlyDart, .name="test.name/OnlyDart"};