Home
last modified time | relevance | path

Searched refs:qobject_from_jsonv (Results 1 – 3 of 3) sorted by relevance

/external/qemu/
Dqjson.c37 QObject *qobject_from_jsonv(const char *string, va_list *ap) in qobject_from_jsonv() function
53 return qobject_from_jsonv(string, NULL); in qobject_from_json()
66 obj = qobject_from_jsonv(string, &ap); in qobject_from_jsonf()
Dqjson.h23 QObject *qobject_from_jsonv(const char *string, va_list *ap) GCC_FMT_ATTR(1, 0);
Dqerror.c251 obj = qobject_from_jsonv(fmt, va); in qerror_set_data()