OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:qobject_type
(Results
1 - 11
of
11
) sorted by null
/external/qemu/
qobject.h
104
*
qobject_type
(): Return the QObject's type
106
static inline qtype_code
qobject_type
(const QObject *obj)
function
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) {
qlist.c
132
if (
qobject_type
(obj) != QTYPE_QLIST) {
qstring.c
112
if (
qobject_type
(obj) != QTYPE_QSTRING)
qjson.c
127
switch (
qobject_type
(obj)) {
json-parser.c
277
if (!key ||
qobject_type
(key) != QTYPE_QSTRING) {
qemu-option.c
860
switch (
qobject_type
(obj)) {
Completed in 64 milliseconds