Searched refs:type_get_parent (Results 1 - 1 of 1) sorted by relevance

/external/qemu/qom/
H A Dobject.c150 static TypeImpl *type_get_parent(TypeImpl *type) function
172 return type_class_get_size(type_get_parent(ti));
185 return type_object_get_size(type_get_parent(ti));
201 type = type_get_parent(type);
243 parent = type_get_parent(ti);
282 parent = type_get_parent(parent);
295 object_init_with_type(obj, type_get_parent(ti));
310 object_post_init_with_type(obj, type_get_parent(ti));
402 object_deinit(obj, type_get_parent(type));
615 TypeImpl *type = type_get_parent(clas
[all...]

Completed in 444 milliseconds