Home
last modified time | relevance | path

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

/system/tools/hidl/host_utils/
DFormatter.cpp28 Formatter::Formatter() : mFile(nullptr /* invalid */), mIndentDepth(0), mCurrentPosition(0) {} in Formatter()
32 mIndentDepth(0), in Formatter()
44 mIndentDepth += level; in indent()
48 assert(mIndentDepth >= level); in unindent()
49 mIndentDepth -= level; in unindent()
248 return mSpacesPerIndent * mIndentDepth; in getIndentation()
/system/tools/hidl/host_utils/include/hidl-util/
DFormatter.h187 size_t mIndentDepth; member