Searched refs:incIndent (Results 1 – 3 of 3) sorted by relevance
29 void incIndent();53 explicit ScopedIndent(DumpWriter& dw) : mDw(dw) { mDw.incIndent(); } in ScopedIndent()
298 dw.incIndent(); in dump()312 dw.incIndent(); in dump()356 dw.incIndent(); in dump()
39 void DumpWriter::incIndent() { in incIndent() function in android::netdutils::DumpWriter