Home
last modified time | relevance | path

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

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