Searched refs:kMaxIndent (Results 1 – 1 of 1) sorted by relevance
306 const size_t kMaxIndent = 8; variable308 std::array<char, kMaxIndent * kIndentSize + 1> kIndent;317 (kIndent.size() - (kIndentSize * std::min(n, kMaxIndent) + 1)); in Indent()