Searched refs:QInt (Results 1 – 4 of 4) sorted by relevance
19 typedef struct QInt { struct22 } QInt; typedef24 QInt *qint_from_int(int64_t value);25 int64_t qint_get_int(const QInt *qi);26 QInt *qobject_to_qint(const QObject *obj);
29 QInt *qint_from_int(int64_t value) in qint_from_int()31 QInt *qi; in qint_from_int()43 int64_t qint_get_int(const QInt *qi) in qint_get_int()51 QInt *qobject_to_qint(const QObject *obj) in qobject_to_qint()56 return container_of(obj, QInt, base); in qobject_to_qint()
129 QInt *val = qobject_to_qint(obj); in to_json()
897 QInt *qint = qint_from_int(value); in object_property_set_int()907 QInt *qint; in object_property_get_int()