Home
last modified time | relevance | path

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

/system/tools/hidl/host_utils/
DFormatter.cpp131 fprintf(mFile, "%*s", (int)(getIndentation()), ""); in operator <<()
133 mCurrentPosition = getIndentation() + prefix.size(); in operator <<()
143 fprintf(mFile, "%*s", (int)(getIndentation()), ""); in operator <<()
145 mCurrentPosition = getIndentation() + prefix.size(); in operator <<()
168 size_t lineStart = mCurrentPosition ?: (getIndentation() + prefixSize); in printBlock()
177 if ((blockSize + getIndentation() + mSpacesPerIndent + prefixSize) < lineLength) { in printBlock()
247 size_t Formatter::getIndentation() const { in getIndentation() function in android::Formatter
/system/tools/hidl/host_utils/include/hidl-util/
DFormatter.h180 size_t getIndentation() const;