Searched refs:deepIndentation (Results 1 – 1 of 1) sorted by relevance
101 const string deepIndentation = baseIndentation + string(4, ' '); in elemsStr() local108 result += string() + "{" + (length > wrapLength ? "\n"+deepIndentation : " "); in elemsStr()115 result += string() + ", " + (index % wrapLength == 0 ? "\n"+deepIndentation : ""); in elemsStr()