Lines Matching full:indent
75 int indent;
81 static void to_json(const QObject *obj, QString *str, int pretty, int indent);
94 for (j = 0 ; j < s->indent ; j++)
99 to_json(QOBJECT(qkey), s->str, s->pretty, s->indent);
103 to_json(obj, s->str, s->pretty, s->indent);
117 for (j = 0 ; j < s->indent ; j++)
121 to_json(obj, s->str, s->pretty, s->indent);
125 static void to_json(const QObject *obj, QString *str, int pretty, int indent)
198 s.indent = indent + 1;
205 for (j = 0 ; j < indent ; j++)
217 s.indent = indent + 1;
224 for (j = 0 ; j < indent ; j++)