Lines Matching refs:fIndentation
72 for (int i = 0; i < fIndentation; i++) { in write()
121 fIndentation++; in writeStructDefinition()
123 fIndentation--; in writeStructDefinition()
197 AutoOutputStream outputToExtraFunctions(this, &fExtraFunctions, &fIndentation); in getOutParamHelper()
256 ++fIndentation; in getOutParamHelper()
315 --fIndentation; in getOutParamHelper()
1951 fIndentation++; in writeFunction()
1965 fIndentation--; in writeFunction()
1992 fIndentation++; in writeInterfaceBlock()
1997 fIndentation--; in writeInterfaceBlock()
2141 fIndentation++; in writeBlock()
2150 fIndentation--; in writeBlock()
2205 fIndentation++; in writeSwitchStatement()
2216 fIndentation++; in writeSwitchStatement()
2219 fIndentation--; in writeSwitchStatement()
2222 fIndentation--; in writeSwitchStatement()
2712 AutoOutputStream outputToHeader(this, &header, &fIndentation); in generateCode()
2723 AutoOutputStream outputToBody(this, &body, &fIndentation); in generateCode()