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

/external/qemu/include/qapi/qmp/
H A Dqint.h2 * QInt Module
19 typedef struct QInt { struct
22 } QInt; typedef in typeref:struct:QInt
24 QInt *qint_from_int(int64_t value);
25 int64_t qint_get_int(const QInt *qi);
26 QInt *qobject_to_qint(const QObject *obj);

Completed in 85 milliseconds