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

  /external/qemu/
qbool.c 62 if (qobject_type(obj) != QTYPE_QBOOL)
qfloat.c 62 if (qobject_type(obj) != QTYPE_QFLOAT)
qint.c 52 if (qobject_type(obj) != QTYPE_QINT)
qerror.c 168 if (qobject_type(obj) != QTYPE_QDICT) {
178 if (qobject_type(obj) != QTYPE_QSTRING) {
186 if (qobject_type(obj) != QTYPE_QDICT) {
274 switch (qobject_type(obj)) {
282 qerror_abort(qerror, "invalid type '%c'", qobject_type(obj));
336 if (qobject_type(obj) != QTYPE_QERROR) {
qdict.c 49 if (qobject_type(obj) != QTYPE_QDICT)
173 assert(qobject_type(obj) == type);
191 switch (qobject_type(obj)) {
283 if (!obj || qobject_type(obj) != QTYPE_QINT)
302 if (!obj || qobject_type(obj) != QTYPE_QSTRING)
qobject.h 104 * qobject_type(): Return the QObject's type
106 static inline qtype_code qobject_type(const QObject *obj) function
qstring.c 111 if (qobject_type(obj) != QTYPE_QSTRING)
qlist.c 131 if (qobject_type(obj) != QTYPE_QLIST) {
qjson.c 113 switch (qobject_type(obj)) {

Completed in 139 milliseconds