Searched refs:indent_amount (Results 1 – 2 of 2) sorted by relevance
478 for (int i = 0; i < options.indent_amount(); i++) { in ToString()496 new_options.set_indent_amount(options.indent_amount() + 1) in ToString()502 for (int i = 0; i < new_options.indent_amount(); i++) { in ToString()511 for (int i = 0; i < options.indent_amount(); i++) { in ToString()
218 int indent_amount() const { return indent_amount_; } in indent_amount() function