Searched refs:baseIndentation (Results 1 – 2 of 2) sorted by relevance
433 const std::string baseIndentation = std::string(numIndentationSpaces, ' '); in elemsStr() local434 const std::string deepIndentation = baseIndentation + std::string(4, ' '); in elemsStr()453 result += length > wrapLength ? "\n"+baseIndentation : " "; in elemsStr()
102 const string baseIndentation = string(numIndentationSpaces, ' '); in elemsStr() local103 const string deepIndentation = baseIndentation + string(4, ' '); in elemsStr()122 result += length > wrapLength ? "\n"+baseIndentation : " "; in elemsStr()