Home
last modified time | relevance | path

Searched refs:old_stream_buf_ (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/internal_include/
Dbt_trace.h817 old_stream_buf_ = stream.rdbuf(); in indented_buf_()
821 ~ScopedIndent() { old_stream_->rdbuf(old_stream_buf_); } in ~ScopedIndent()
854 std::streambuf* old_stream_buf_; variable