Home
last modified time | relevance | path

Searched defs:WrappedOutput (Results 1 – 2 of 2) sorted by relevance

/system/tools/hidl/host_utils/include/hidl-util/
DFormatter.h29 struct WrappedOutput { struct
41 // this allows WrappedOutput to keep adding content to this block argument
56 size_t mLineLength;
58 Block mRootBlock;
59 Block* mCurrentBlock;
/system/tools/hidl/host_utils/
DFormatter.cpp296 WrappedOutput::WrappedOutput(size_t lineLength) in WrappedOutput() function in android::WrappedOutput