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

  /external/qemu/qobject/
qint.c 49 * qobject_to_qint(): Convert a QObject into a QInt
51 QInt *qobject_to_qint(const QObject *obj) function
66 g_free(qobject_to_qint(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);
  /external/qemu/include/qapi/qmp/
qint.h 26 QInt *qobject_to_qint(const QObject *obj);
  /external/qemu/util/
qemu-option.c 866 qint_get_int(qobject_to_qint(obj)));
  /external/qemu/qom/
object.c 913 qint = qobject_to_qint(ret);
    [all...]

Completed in 2531 milliseconds