Searched refs:implements_type (Results 1 - 2 of 2) sorted by relevance

/external/qemu/include/qom/
H A Dobject.h738 const char *implements_type, bool include_abstract,
743 * @implements_type: The type to filter for, including its derivatives.
748 GSList *object_class_get_list(const char *implements_type,
/external/qemu/qom/
H A Dobject.c629 const char *implements_type; member in struct:OCFData
648 if (data->implements_type &&
649 !object_class_dynamic_cast(k, data->implements_type)) {
657 const char *implements_type, bool include_abstract,
660 OCFData data = { fn, implements_type, include_abstract, opaque };
689 GSList *object_class_get_list(const char *implements_type, argument
695 implements_type, include_abstract, &list);
656 object_class_foreach(void (*fn)(ObjectClass *klass, void *opaque), const char *implements_type, bool include_abstract, void *opaque) argument

Completed in 54 milliseconds