OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qobject_to_qdict
(Results
1 - 7
of
7
) sorted by null
/external/qemu/include/qapi/qmp/
qdict.h
44
QDict *
qobject_to_qdict
(const QObject *obj);
/external/qemu/qobject/
qdict.c
45
*
qobject_to_qdict
(): Convert a QObject into a QDict
47
QDict *
qobject_to_qdict
(const QObject *obj)
function
273
return
qobject_to_qdict
(qdict_get_obj(qdict, key, QTYPE_QDICT));
465
qdict =
qobject_to_qdict
(obj);
503
qdict_do_flatten(
qobject_to_qdict
(value), target,
json-parser.c
59
return qdict_get_str(
qobject_to_qdict
(obj), "token");
64
return qdict_get_int(
qobject_to_qdict
(obj), "type");
qjson.c
194
QDict *val =
qobject_to_qdict
(obj);
/external/qemu/ui/
input.c
231
mouse =
qobject_to_qdict
(data);
/external/qemu/
block.c
[
all
...]
qemu-char.c
[
all
...]
Completed in 219 milliseconds