Home
last modified time | relevance | path

Searched refs:lineLength (Results 1 – 2 of 2) sorted by relevance

/system/tools/hidl/host_utils/
DFormatter.cpp162 void Formatter::printBlock(const WrappedOutput::Block& block, size_t lineLength) { in printBlock() argument
170 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() argument
297 : mLineLength(lineLength), mRootBlock(Block("", nullptr)) { in WrappedOutput()
/system/tools/hidl/host_utils/include/hidl-util/
DFormatter.h30 WrappedOutput(size_t lineLength);
193 void printBlock(const WrappedOutput::Block& block, size_t lineLength);