Home
last modified time | relevance | path

Searched refs:def_value (Results 1 – 2 of 2) sorted by last modified time

/qemu/qobject/
H A Dqdict.c263 int64_t def_value) in qdict_get_try_int() argument
269 return def_value; in qdict_get_try_int()
282 bool qdict_get_try_bool(const QDict *qdict, const char *key, bool def_value) in qdict_get_try_bool() argument
286 return qbool ? qbool_get_bool(qbool) : def_value; in qdict_get_try_bool()
/qemu/include/qapi/qmp/
H A Dqdict.h65 int64_t def_value);
66 bool qdict_get_try_bool(const QDict *qdict, const char *key, bool def_value);