OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qobject_to_qbool
(Results
1 - 5
of
5
) sorted by null
/external/qemu/
qbool.h
27
QBool *
qobject_to_qbool
(const QObject *obj);
qbool.c
50
*
qobject_to_qbool
(): Convert a QObject into a QBool
52
QBool *
qobject_to_qbool
(const QObject *obj)
function
67
qemu_free(
qobject_to_qbool
(obj));
qdict.c
247
return qbool_get_int(
qobject_to_qbool
(obj));
325
return qbool_get_int(
qobject_to_qbool
(obj));
qjson.c
262
QBool *val =
qobject_to_qbool
(obj);
qemu-option.c
878
qbool_get_int(
qobject_to_qbool
(obj)) ? "on" : "off");
Completed in 41 milliseconds