Home
last modified time | relevance | path

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

/system/tools/hidl/host_utils/
DFormatter.cpp206 printBlock(wrappedOutput.mRootBlock, wrappedOutput.mLineLength); in operator <<()
297 : mLineLength(lineLength), mRootBlock(Block("", nullptr)) { in WrappedOutput()
/system/tools/hidl/host_utils/include/hidl-util/
DFormatter.h56 size_t mLineLength; member