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

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

Completed in 79 milliseconds