HomeSort by relevance Sort by last modified time
    Searched refs:qobject_from_jsonv (Results 1 - 3 of 3) sorted by null

  /external/qemu/
qjson.h 23 QObject *qobject_from_jsonv(const char *string, va_list *ap) GCC_FMT_ATTR(1, 0);
qjson.c 37 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);
qerror.c 251 obj = qobject_from_jsonv(fmt, va);

Completed in 206 milliseconds