HomeSort by relevance Sort by last modified time
    Searched refs:include_abstract (Results 1 - 2 of 2) sorted by null

  /external/qemu/include/qom/
object.h 738 const char *implements_type, bool include_abstract,
744 * @include_abstract: Whether to include abstract classes.
749 bool include_abstract);
    [all...]
  /external/qemu/qom/
object.c 630 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);
    [all...]

Completed in 70 milliseconds