Home
last modified time | relevance | path

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

/qemu/qom/
H A Dobject.c207 static TypeImpl *type_get_parent(TypeImpl *type) in type_get_parent() function
233 return type_class_get_size(type_get_parent(ti)); in type_class_get_size()
246 return type_object_get_size(type_get_parent(ti)); in type_object_get_size()
259 return type_object_get_align(type_get_parent(ti)); in type_object_get_align()
283 type = type_get_parent(type); in type_is_ancestor()
355 parent = type_get_parent(ti); in type_initialize()
405 parent = type_get_parent(parent); in type_initialize()
416 object_init_with_type(obj, type_get_parent(ti)); in object_init_with_type()
431 object_post_init_with_type(obj, type_get_parent(ti)); in object_post_init_with_type()
727 object_deinit(obj, type_get_parent(type)); in object_deinit()
[all …]