Lines Matching full:indent
26 int indent, const IDLOptions &opts,
35 int Indent(const IDLOptions &opts) {
51 template<typename T> bool Print(T val, Type type, int /*indent*/,
75 int indent, const IDLOptions &opts,
85 text.append(indent + Indent(opts), ' ');
88 indent + Indent(opts), nullptr, opts, _text)) {
92 if (!Print(v[i], type, indent + Indent(opts), nullptr,
99 text.append(indent, ' ');
171 Type type, int indent,
182 indent,
191 indent,
212 type, indent, opts, _text)) { \
229 int indent,
233 table->GetField<T>(fd.value.offset, 0), fd.value.type, indent, nullptr,
239 int indent, StructDef *union_sd,
252 return Print(val, fd.value.type, indent, union_sd, opts, _text);
258 int indent, const IDLOptions &opts,
277 text.append(indent + Indent(opts), ' ');
286 opts, indent + Indent(opts), _text)) { \
298 if (!GenFieldOffset(fd, table, struct_def.fixed, indent + Indent(opts),
318 text.append(indent, ' ');