Home
last modified time | relevance | path

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

/third_party/boost/boost/log/sources/
Drecord_ostream.hpp500 stream_compound* m_pStreamCompound; member in boost::aux::record_pump
508 m_pStreamCompound(stream_provider_type::allocate_compound(rec)), in record_pump()
515 m_pStreamCompound(that.m_pStreamCompound), in record_pump()
519 that.m_pStreamCompound = 0; in record_pump()
526 auto_release cleanup(m_pStreamCompound); // destructor doesn't throw in BOOST_NOEXCEPT_IF()
529 m_pLogger->push_record(boost::move(m_pStreamCompound->stream.get_record())); in BOOST_NOEXCEPT_IF()
536 BOOST_ASSERT(m_pStreamCompound != 0); in stream()
537 return m_pStreamCompound->stream; in stream()