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

/external/qemu/include/qapi/qmp/
H A Dqobject.h67 #define QOBJECT(obj) (&(obj)->base) macro
71 qobject_incref(QOBJECT(obj))
75 qobject_decref(obj ? QOBJECT(obj) : NULL)

Completed in 73 milliseconds