Home
last modified time | relevance | path

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

/system/tools/hidl/host_utils/
DFormatter.cpp30 mSpacesPerIndent(spacesPerIndent), in Formatter()
126 fprintf(mFile, "%*s", (int)(mSpacesPerIndent * mIndentDepth), ""); in operator <<()
136 fprintf(mFile, "%*s", (int)(mSpacesPerIndent * mIndentDepth), ""); in operator <<()
/system/tools/hidl/host_utils/include/hidl-util/
DFormatter.h150 size_t mSpacesPerIndent; member