Home
last modified time | relevance | path

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

/qemu/qom/
H A Dobject.c980 ObjectClass *target_class = i->data; in object_class_dynamic_cast() local
982 if (type_is_ancestor(target_class->type, target_type)) { in object_class_dynamic_cast()
983 ret = target_class; in object_class_dynamic_cast()