Searched refs:wrapLength (Results 1 – 2 of 2) sorted by relevance
435 const int wrapLength = wrapLengthParam > 0 ? wrapLengthParam : bigInt; in elemsStr() local439 if (length > wrapLength) in elemsStr()441 result += std::string() + "{" + (length > wrapLength ? "\n"+deepIndentation : " "); in elemsStr()448 result += std::string() + ", " + (index % wrapLength == 0 ? "\n"+deepIndentation : ""); in elemsStr()453 result += length > wrapLength ? "\n"+baseIndentation : " "; in elemsStr()
104 const int wrapLength = wrapLengthParam > 0 ? wrapLengthParam : std::numeric_limits<int>::max(); in elemsStr() local108 if (length > wrapLength) in elemsStr()110 result += string() + "{" + (length > wrapLength ? "\n"+deepIndentation : " "); in elemsStr()117 result += string() + ", " + (index % wrapLength == 0 ? "\n"+deepIndentation : ""); in elemsStr()122 result += length > wrapLength ? "\n"+baseIndentation : " "; in elemsStr()