Searched refs:lineLength (Results 1 – 2 of 2) sorted by relevance
162 void Formatter::printBlock(const WrappedOutput::Block& block, size_t lineLength) { in printBlock() argument170 if (blockSize + lineStart < lineLength) { in printBlock()177 if ((blockSize + getIndentation() + mSpacesPerIndent + prefixSize) < lineLength) { in printBlock()201 printBlock(subBlock, lineLength); in printBlock()296 WrappedOutput::WrappedOutput(size_t lineLength) in WrappedOutput() argument297 : mLineLength(lineLength), mRootBlock(Block("", nullptr)) { in WrappedOutput()
30 WrappedOutput(size_t lineLength);193 void printBlock(const WrappedOutput::Block& block, size_t lineLength);