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

  /external/qemu/
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) {
qobject.h 104 * qobject_type(): Return the QObject's type
106 static inline qtype_code qobject_type(const QObject *obj) function
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)
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)
qlist.c 131 if (qobject_type(obj) != QTYPE_QLIST) {
qstring.c 111 if (qobject_type(obj) != QTYPE_QSTRING)
qjson.c 113 switch (qobject_type(obj)) {
json-parser.c 267 if (qobject_type(key) != QTYPE_QSTRING) {

Completed in 76 milliseconds