Searched refs:baseIndentation (Results 1 – 2 of 2) sorted by relevance
347 const std::string baseIndentation = std::string(numIndentationSpaces, ' '); in elemsStr() local348 const std::string deepIndentation = baseIndentation + std::string(4, ' '); in elemsStr()367 result += length > wrapLength ? "\n"+baseIndentation : " "; in elemsStr()
100 const string baseIndentation = string(numIndentationSpaces, ' '); in elemsStr() local101 const string deepIndentation = baseIndentation + string(4, ' '); in elemsStr()120 result += length > wrapLength ? "\n"+baseIndentation : " "; in elemsStr()