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

  /external/qemu/include/qapi/qmp/
qobject.h 69 /* High-level interface for qobject_incref() */
71 qobject_incref(QOBJECT(obj))
83 * qobject_incref(): Increment QObject's reference count
85 static inline void qobject_incref(QObject *obj) function
  /external/qemu/qobject/
qdict.c 417 qobject_incref(entry->value);
508 qobject_incref(value);
550 qobject_incref(entry->value);
qlist.c 45 qobject_incref(obj);

Completed in 53 milliseconds