Home
last modified time | relevance | path

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

/qemu/include/qom/
H A Dobject.h1029 const char *implements_type, bool include_abstract,
1039 GSList *object_class_get_list(const char *implements_type,
1050 GSList *object_class_get_list_sorted(const char *implements_type,
/qemu/qom/
H A Dobject.c1112 const char *implements_type; member
1131 if (data->implements_type && in object_class_foreach_tramp()
1132 !object_class_dynamic_cast(k, data->implements_type)) { in object_class_foreach_tramp()
1140 const char *implements_type, bool include_abstract, in object_class_foreach() argument
1143 OCFData data = { fn, implements_type, include_abstract, opaque }; in object_class_foreach()
1198 GSList *object_class_get_list(const char *implements_type, in object_class_get_list() argument
1204 implements_type, include_abstract, &list); in object_class_get_list()
1214 GSList *object_class_get_list_sorted(const char *implements_type, in object_class_get_list_sorted() argument
1217 return g_slist_sort(object_class_get_list(implements_type, include_abstract), in object_class_get_list_sorted()