Searched defs:include_abstract (Results 1 - 1 of 1) sorted by relevance

/external/qemu/qom/
H A Dobject.c630 bool include_abstract; member in struct:OCFData
644 if (!data->include_abstract && type->abstract) {
657 const char *implements_type, bool include_abstract,
660 OCFData data = { fn, implements_type, include_abstract, opaque };
690 bool include_abstract)
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
689 object_class_get_list(const char *implements_type, bool include_abstract) argument

Completed in 193 milliseconds