Searched refs:leftPadding (Results 1 – 1 of 1) sorted by relevance
131 inline int numberWidth(double number, int leftPadding) { in numberWidth() argument134 return std::max(std::max(widthOf(static_cast<int>(number)) + 3, 2), leftPadding + 1); in numberWidth()158 const int leftPadding = widthOf(1 << height); variable159 const int bucketWidth = numberWidth(maxDelta, leftPadding);167 ss << title << "\n " << std::setw(leftPadding) << " ";170 const int colWidth = numberWidth(x.first, leftPadding);186 ss << getTail(leftPadding, spaces);188 const int colWidth = numberWidth(x.first, leftPadding);196 ss << std::setw(leftPadding) << " "200 ss << std::setw(leftPadding) << " ";[all …]