Home
last modified time | relevance | path

Searched refs:MyType (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-qdev-global-props.c34 typedef struct MyType MyType; typedef
42 struct MyType { struct
66 .instance_size = sizeof(MyType),
78 MyType *mt; in test_static_prop_subprocess()
107 MyType *mt; in test_static_globalprop_subprocess()
140 MyType *mt = DYNAMIC_TYPE(obj); in DECLARE_INSTANCE_CHECKER()
148 MyType *mt = DYNAMIC_TYPE(obj); in prop2_accessor()
172 .instance_size = sizeof(MyType),
188 .instance_size = sizeof(MyType),
219 MyType *mt; in test_dynamic_globalprop_subprocess()
[all …]
/openbmc/qemu/tests/qapi-schema/
H A Dbad-base.err1 bad-base.json: In struct 'MyType':
H A Dbad-base.json9 { 'struct': 'MyType', 'base': 'Union', 'data': { 'c': 'int' } }
/openbmc/qemu/docs/devel/
H A Dqapi-code-gen.rst293 { 'struct': 'MyType',
499 { 'struct': 'MyType', 'data': { '*value': 'str' } }
501 'returns': [ 'MyType' ] }
1288 Example: the SchemaInfo for MyType from section `Struct types`_ ::
1290 { "name": "MyType", "meta-type": "object",