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;582 ScopedIndent bpfIndent(dw); in dumpEgress()585 ScopedIndent bpfDetailIndent(dw); in dumpEgress()613 ScopedIndent bpfIndent(dw); in dumpIngress()616 ScopedIndent bpfDetailIndent(dw); in dumpIngress()642 ScopedIndent trackerIndent(dw); in dumpTrackers()645 ScopedIndent trackerDetailIndent(dw); in dumpTrackers()657 ScopedIndent clatdIndent(dw); in dump()
34 using android::netdutils::ScopedIndent;108 ScopedIndent tcpSocketMonitorDetails(dw); in dump()
69 using android::netdutils::ScopedIndent;933 ScopedIndent ifaceIndent(dw); in dumpIfaces()943 ScopedIndent tetherControllerIndent(dw); in dump()
67 using netdutils::ScopedIndent;824 ScopedIndent indentTop(dw); in dump()827 ScopedIndent indentPreBpfModule(dw); in dump()869 ScopedIndent indentForMapContent(dw); in dump()
61 using android::netdutils::ScopedIndent;238 ScopedIndent indentLog(dw); in dump()243 ScopedIndent indentLogEntries(dw); in dump()250 ScopedIndent indentLog(dw); in dump()255 ScopedIndent indentLogEntries(dw); in dump()
73 using android::netdutils::ScopedIndent;1726 ScopedIndent indentForXfrmController(dw); in dump()1729 ScopedIndent indentForXfrmISupport(dw); in dump()
804 class ScopedIndent {806 ScopedIndent(std::ostream& stream, int indent_size = DEFAULT_TAB)813 ~ScopedIndent() { old_stream_->rdbuf(old_stream_buf_); } in ~ScopedIndent()
530 ScopedIndent indent(stream); in DebugDump()
1486 ScopedIndent indent(out); in operator <<()1492 ScopedIndent indent(out); in operator <<()