Home
last modified time | relevance | path

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

/openbmc/qemu/qom/
H A Dobject.c229 static TypeImpl *type_get_parent(TypeImpl *type) in type_get_parent() function
255 return type_class_get_size(type_get_parent(ti)); in type_class_get_size()
268 return type_object_get_size(type_get_parent(ti)); in type_object_get_size()
281 return type_object_get_align(type_get_parent(ti)); in type_object_get_align()
297 type = type_get_parent(type); in type_is_ancestor()
369 parent = type_get_parent(ti); in type_initialize()
419 parent = type_get_parent(parent); in type_initialize()
430 object_init_with_type(obj, type_get_parent(ti)); in object_init_with_type()
445 object_post_init_with_type(obj, type_get_parent(ti)); in object_post_init_with_type()
725 object_deinit(obj, type_get_parent(type)); in object_deinit()
[all …]