Searched refs:to_json (Results 1 – 1 of 1) sorted by relevance
/external/qemu/ |
D | qjson.c | 81 static void to_json(const QObject *obj, QString *str, int pretty, int indent); 99 to_json(QOBJECT(qkey), s->str, s->pretty, s->indent); in to_json_dict_iter() 103 to_json(obj, s->str, s->pretty, s->indent); in to_json_dict_iter() 121 to_json(obj, s->str, s->pretty, s->indent); in to_json_list_iter() 125 static void to_json(const QObject *obj, QString *str, int pretty, int indent) in to_json() function 282 to_json(obj, str, 0, 0); in qobject_to_json() 291 to_json(obj, str, 1, 0); in qobject_to_json_pretty()
|