Searched refs:deepIndentation (Results 1 – 2 of 2) sorted by relevance
434 const std::string deepIndentation = baseIndentation + std::string(4, ' '); in elemsStr() local441 result += std::string() + "{" + (length > wrapLength ? "\n"+deepIndentation : " "); in elemsStr()448 result += std::string() + ", " + (index % wrapLength == 0 ? "\n"+deepIndentation : ""); in elemsStr()
103 const string deepIndentation = baseIndentation + string(4, ' '); in elemsStr() local110 result += string() + "{" + (length > wrapLength ? "\n"+deepIndentation : " "); in elemsStr()117 result += string() + ", " + (index % wrapLength == 0 ? "\n"+deepIndentation : ""); in elemsStr()