Home
last modified time | relevance | path

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

/external/qemu/include/qom/
Dobject.h738 const char *implements_type, bool include_abstract,
749 bool include_abstract);
/external/qemu/qom/
Dobject.c630 bool include_abstract; member
644 if (!data->include_abstract && type->abstract) { in object_class_foreach_tramp()
657 const char *implements_type, bool include_abstract, in object_class_foreach() argument
660 OCFData data = { fn, implements_type, include_abstract, opaque }; in object_class_foreach()
690 bool include_abstract) in object_class_get_list() argument
695 implements_type, include_abstract, &list); in object_class_get_list()