Home
last modified time | relevance | path

Searched refs:mRootBlock (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()
298 mCurrentBlock = &mRootBlock; in WrappedOutput()
/aosp12/system/tools/hidl/host_utils/include/hidl-util/
H A DFormatter.h58 Block mRootBlock; member