Home
last modified time | relevance | path

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

/qemu/qom/
H A Dobject.c41 typedef struct TypeImpl TypeImpl; typedef
48 struct TypeImpl struct
69 TypeImpl *parent_type; argument
165 TypeImpl *ti; in type_register_internal()
207 static TypeImpl *type_get_parent(TypeImpl *type) in type_get_parent()
273 static bool type_is_ancestor(TypeImpl *type, TypeImpl *target_type) in type_is_ancestor()
291 static void type_initialize_interface(TypeImpl *ti, TypeImpl *interface_type, in type_initialize_interface()
296 TypeImpl *iface_impl; in type_initialize_interface()
330 TypeImpl *parent; in type_initialize()
955 TypeImpl *target_type; in object_class_dynamic_cast()
[all …]
/qemu/include/qom/
H A Dobject.h20 struct TypeImpl;
21 typedef struct TypeImpl *Type;