Home
last modified time | relevance | path

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

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