OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qbool_get_int
(Results
1 - 5
of
5
) sorted by null
/external/qemu/
qbool.h
26
int
qbool_get_int
(const QBool *qb);
qbool.c
42
*
qbool_get_int
(): Get the stored int
44
int
qbool_get_int
(const QBool *qb)
function
qdict.c
247
return
qbool_get_int
(qobject_to_qbool(obj));
325
return
qbool_get_int
(qobject_to_qbool(obj));
qjson.c
264
if (
qbool_get_int
(val)) {
qemu-option.c
878
qbool_get_int
(qobject_to_qbool(obj)) ? "on" : "off");
Completed in 16 milliseconds