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

  /external/qemu/
qint.c 49 * qobject_to_qint(): Convert a QObject into a QInt
51 QInt *qobject_to_qint(const QObject *obj) function
66 qemu_free(qobject_to_qint(obj));
qint.h 26 QInt *qobject_to_qint(const QObject *obj);
qdict.c 216 return qint_get_int(qobject_to_qint(obj));
233 return qint_get_int(qobject_to_qint(obj));
307 return qint_get_int(qobject_to_qint(obj));
qjson.c 129 QInt *val = qobject_to_qint(obj);
qemu-option.c 866 qint_get_int(qobject_to_qint(obj)));

Completed in 46 milliseconds