Searched refs:kMaxIndentation (Results 1 – 1 of 1) sorted by relevance
87 const int kMaxIndentation = 64; in PrintWasmText() local88 int indentation = std::min(kMaxIndentation, 2 * control_depth); in PrintWasmText()94 const char padding[kMaxIndentation + 1] = in PrintWasmText()