Searched refs:currentIndentation (Results 1 – 1 of 1) sorted by relevance
51 currentIndentation += indentation; in append()52 out.append(currentIndentation, ' '); in append()58 out.append(currentIndentation, ' '); in append()64 currentIndentation -= indentation; in append()66 out.append(currentIndentation, ' '); in append()81 currentIndentation += indentation; in append()82 out.append(currentIndentation, ' '); in append()87 out.append(currentIndentation, ' '); in append()89 out += to_formatted_string(v, indentation, currentIndentation); in append()91 currentIndentation -= indentation; in append()[all …]