Home
last modified time | relevance | path

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

/qemu/include/qom/
H A Dobject.h1020 const char *implements_type, bool include_abstract,
1031 bool include_abstract);
1042 bool include_abstract);
/qemu/qom/
H A Dobject.c1099 bool include_abstract; member
1113 if (!data->include_abstract && type->abstract) { in object_class_foreach_tramp()
1126 const char *implements_type, bool include_abstract, in object_class_foreach() argument
1129 OCFData data = { fn, implements_type, include_abstract, opaque }; in object_class_foreach()
1185 bool include_abstract) in object_class_get_list() argument
1190 implements_type, include_abstract, &list); in object_class_get_list()
1201 bool include_abstract) in object_class_get_list_sorted() argument
1204 object_class_get_list(implements_type, include_abstract), in object_class_get_list_sorted()