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

  /external/qemu/
qbool.c 54 if (qobject_type(obj) != QTYPE_QBOOL)
qfloat.c 54 if (qobject_type(obj) != QTYPE_QFLOAT)
qint.c 53 if (qobject_type(obj) != QTYPE_QINT)
qdict.c 49 if (qobject_type(obj) != QTYPE_QDICT)
194 assert(qobject_type(obj) == type);
212 switch (qobject_type(obj)) {
304 if (!obj || qobject_type(obj) != QTYPE_QINT)
322 if (!obj || qobject_type(obj) != QTYPE_QBOOL)
341 if (!obj || qobject_type(obj) != QTYPE_QSTRING)
qerror.c 255 if (qobject_type(obj) != QTYPE_QDICT) {
265 if (qobject_type(obj) != QTYPE_QSTRING) {
273 if (qobject_type(obj) != QTYPE_QDICT) {
362 switch (qobject_type(obj)) {
370 qerror_abort(qerror, "invalid type '%c'", qobject_type(obj));
444 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
qstring.c 112 if (qobject_type(obj) != QTYPE_QSTRING)
qlist.c 132 if (qobject_type(obj) != QTYPE_QLIST) {
qjson.c 127 switch (qobject_type(obj)) {
qemu-option.c 860 switch (qobject_type(obj)) {

Completed in 526 milliseconds