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

  /external/qemu/
qint.h 13 int64_t qint_get_int(const QInt *qi);
qint.c 40 * qint_get_int(): Get the stored integer
42 int64_t qint_get_int(const QInt *qi) function
qdict.c 195 return qint_get_int(qobject_to_qint(obj));
212 return qint_get_int(qobject_to_qint(obj));
286 return qint_get_int(qobject_to_qint(obj));
qjson.c 118 snprintf(buffer, sizeof(buffer), "%" PRId64, qint_get_int(val));

Completed in 297 milliseconds