Searched refs:qobject_from_jsonv (Results 1 – 3 of 3) sorted by relevance
37 QObject *qobject_from_jsonv(const char *string, va_list *ap) in qobject_from_jsonv() function53 return qobject_from_jsonv(string, NULL); in qobject_from_json()66 obj = qobject_from_jsonv(string, &ap); in qobject_from_jsonf()
23 QObject *qobject_from_jsonv(const char *string, va_list *ap) GCC_FMT_ATTR(1, 0);
251 obj = qobject_from_jsonv(fmt, va); in qerror_set_data()