Home
last modified time | relevance | path

Searched refs:QOBJECT_INIT (Results 1 – 8 of 8) sorted by relevance

/external/qemu/
Dqbool.c44 QOBJECT_INIT(qb, &qbool_type); in qbool_from_int()
Dqfloat.c44 QOBJECT_INIT(qf, &qfloat_type); in qfloat_from_double()
Dqint.c34 QOBJECT_INIT(qi, &qint_type); in qint_from_int()
Dqobject.h77 #define QOBJECT_INIT(obj, qtype_type) \ macro
Dqstring.c51 QOBJECT_INIT(qstring, &qstring_type); in qstring_from_substr()
Dqlist.c35 QOBJECT_INIT(qlist, &qlist_type); in qlist_new()
Dqerror.c140 QOBJECT_INIT(qerr, &qerror_type); in qerror_new()
Dqdict.c39 QOBJECT_INIT(qdict, &qdict_type); in qdict_new()