blob: ae6fa2d034d6229916f0617f40dac89726083f25 [file] [log] [blame]
{
"version": "0.0.1",
"name": "fidl.test.struct",
"library_dependencies": [],
"bits_declarations": [],
"const_declarations": [],
"enum_declarations": [],
"experimental_resource_declarations": [],
"interface_declarations": [],
"service_declarations": [],
"struct_declarations": [
{
"name": "fidl.test.struct/Simple",
"location": {
"filename": "../../tools/fidl/fidlc/testdata/struct.test.fidl",
"line": 3,
"column": 8,
"length": 6
},
"anonymous": false,
"members": [
{
"type": {
"kind": "primitive",
"subtype": "uint8"
},
"name": "f1",
"location": {
"filename": "../../tools/fidl/fidlc/testdata/struct.test.fidl",
"line": 4,
"column": 11,
"length": 2
},
"field_shape_v1": {
"offset": 0,
"padding": 0
}
},
{
"type": {
"kind": "primitive",
"subtype": "bool"
},
"name": "f2",
"location": {
"filename": "../../tools/fidl/fidlc/testdata/struct.test.fidl",
"line": 5,
"column": 10,
"length": 2
},
"field_shape_v1": {
"offset": 1,
"padding": 0
}
}
],
"resource": false,
"type_shape_v1": {
"inline_size": 2,
"alignment": 1,
"depth": 0,
"max_handles": 0,
"max_out_of_line": 0,
"has_padding": false,
"has_flexible_envelope": false
}
},
{
"name": "fidl.test.struct/BasicStruct",
"location": {
"filename": "../../tools/fidl/fidlc/testdata/struct.test.fidl",
"line": 8,
"column": 8,
"length": 11
},
"anonymous": false,
"members": [
{
"type": {
"kind": "primitive",
"subtype": "uint32"
},
"name": "x",
"location": {
"filename": "../../tools/fidl/fidlc/testdata/struct.test.fidl",
"line": 9,
"column": 12,
"length": 1
},
"field_shape_v1": {
"offset": 0,
"padding": 4
}
},
{
"type": {
"kind": "string",
"nullable": false
},
"name": "y",
"location": {
"filename": "../../tools/fidl/fidlc/testdata/struct.test.fidl",
"line": 10,
"column": 12,
"length": 1
},
"field_shape_v1": {
"offset": 8,
"padding": 0
}
}
],
"resource": false,
"type_shape_v1": {
"inline_size": 24,
"alignment": 8,
"depth": 1,
"max_handles": 0,
"max_out_of_line": 4294967295,
"has_padding": true,
"has_flexible_envelope": false
}
}
],
"table_declarations": [],
"union_declarations": [],
"type_alias_declarations": [],
"declaration_order": [
"fidl.test.struct/Simple",
"fidl.test.struct/BasicStruct"
],
"declarations": {
"fidl.test.struct/Simple": "struct",
"fidl.test.struct/BasicStruct": "struct"
}
}