Searched defs:qobject_from_jsonv (Results 1 - 1 of 1) sorted by relevance
/external/qemu/qobject/ | ||
H A D | 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); |
Completed in 26 milliseconds