Searched defs:to_json (Results 1 - 1 of 1) sorted by relevance
/external/qemu/qobject/ |
H A 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); 103 to_json(obj, s->str, s->pretty, s->indent); 121 to_json(obj, s->str, s->pretty, s->indent); 125 static void to_json(const QObject *obj, QString *str, int pretty, int indent) function 272 to_json(obj, str, 0, 0); 281 to_json(obj, str, 1, 0);
|
Completed in 30 milliseconds