Searched refs:implements_type (Results 1 – 2 of 2) sorted by relevance
/qemu/include/qom/ |
H A D | object.h | 1020 const char *implements_type, bool include_abstract, 1030 GSList *object_class_get_list(const char *implements_type, 1041 GSList *object_class_get_list_sorted(const char *implements_type,
|
/qemu/qom/ |
H A D | object.c | 1098 const char *implements_type; member 1117 if (data->implements_type && in object_class_foreach_tramp() 1118 !object_class_dynamic_cast(k, data->implements_type)) { 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() 1184 GSList *object_class_get_list(const char *implements_type, in object_class_get_list() argument 1190 implements_type, include_abstract, &list); in object_class_get_list() 1200 GSList *object_class_get_list_sorted(const char *implements_type, in object_class_get_list_sorted() argument 1204 object_class_get_list(implements_type, include_abstract), in object_class_get_list_sorted()
|