Home
last modified time | relevance | path

Searched refs:qbool_get_int (Results 1 – 5 of 5) sorted by relevance

/external/qemu/
Dqbool.h26 int qbool_get_int(const QBool *qb);
Dqbool.c44 int qbool_get_int(const QBool *qb) in qbool_get_int() function
Dqdict.c247 return qbool_get_int(qobject_to_qbool(obj)); in qdict_get_bool()
325 return qbool_get_int(qobject_to_qbool(obj)); in qdict_get_try_bool()
Dqjson.c264 if (qbool_get_int(val)) { in to_json()
Dqemu-option.c878 qbool_get_int(qobject_to_qbool(obj)) ? "on" : "off"); in qemu_opts_from_qdict_1()