Home
last modified time | relevance | path

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

/external/qemu/
Dqlist.c18 static void qlist_destroy_obj(QObject *obj);
22 .destroy = qlist_destroy_obj,
142 static void qlist_destroy_obj(QObject *obj) in qlist_destroy_obj() function