Searched refs:ScopedIndent (Results 1 – 10 of 10) 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;
68 using android::netdutils::ScopedIndent;624 ScopedIndent bpfIndent(dw); in dumpEgress()627 ScopedIndent bpfDetailIndent(dw); in dumpEgress()655 ScopedIndent bpfIndent(dw); in dumpIngress()658 ScopedIndent bpfDetailIndent(dw); in dumpIngress()684 ScopedIndent trackerIndent(dw); in dumpTrackers()687 ScopedIndent trackerDetailIndent(dw); in dumpTrackers()699 ScopedIndent clatdIndent(dw); in dump()
34 using android::netdutils::ScopedIndent;108 ScopedIndent tcpSocketMonitorDetails(dw); in dump()
64 using netdutils::ScopedIndent;890 ScopedIndent indentTop(dw); in dump()893 ScopedIndent indentPreBpfModule(dw); in dump()941 ScopedIndent indentForMapContent(dw); in dump()
59 using android::netdutils::ScopedIndent;235 ScopedIndent indentLog(dw); in dump()240 ScopedIndent indentLogEntries(dw); in dump()247 ScopedIndent indentLog(dw); in dump()252 ScopedIndent indentLogEntries(dw); in dump()
72 using android::netdutils::ScopedIndent;1208 ScopedIndent ifaceIndent(dw); in dumpIfaces()1302 ScopedIndent tetherControllerIndent(dw); in dump()
73 using android::netdutils::ScopedIndent;1624 ScopedIndent indentForXfrmController(dw); in dump()1627 ScopedIndent indentForXfrmISupport(dw); in dump()
759 class ScopedIndent {761 ScopedIndent(std::ostream& stream, int indent_size = DEFAULT_TAB)768 ~ScopedIndent() { old_stream_->rdbuf(old_stream_buf_); } in ~ScopedIndent()
462 ScopedIndent indent(stream); in DebugDump()
1434 ScopedIndent indent(out); in operator <<()1440 ScopedIndent indent(out); in operator <<()