Searched refs:ScopedIndent (Results 1 – 5 of 5) sorted by relevance
48 class ScopedIndent {50 ScopedIndent() = delete;51 ScopedIndent(const ScopedIndent&) = delete;52 ScopedIndent(ScopedIndent&&) = delete;53 explicit ScopedIndent(DumpWriter& dw) : mDw(dw) { mDw.incIndent(); } in ScopedIndent() function54 ~ScopedIndent() { mDw.decIndent(); } in ~ScopedIndent()55 ScopedIndent& operator=(const ScopedIndent&) = delete;56 ScopedIndent& operator=(ScopedIndent&&) = delete;
28 using netdutils::ScopedIndent;49 ScopedIndent indentStats(dw); in dump()
30 using netdutils::ScopedIndent;268 ScopedIndent indentLog(dw); in dump()282 ScopedIndent indentStats(dw); in dump()
62 netdutils::ScopedIndent indentStats(dw); in dump()
569 netdutils::ScopedIndent indentStats(dw); in dump()