Searched refs:m_pimpl (Results 1 – 1 of 1) sorted by relevance
194 if( !MTPolicy::decrementCount(m_pimpl->m_ref_count) ) in release()195 boost::checked_delete(m_pimpl), m_pimpl=0; in release()207 m_pimpl( new impl_t() ) in cow_wrapper()214 m_pimpl( new impl_t(r) ) in cow_wrapper()221 m_pimpl( rSrc.m_pimpl ) in cow_wrapper()223 MTPolicy::incrementCount( m_pimpl->m_ref_count ); in cow_wrapper()235 MTPolicy::incrementCount( rSrc.m_pimpl->m_ref_count ); in operator =()238 m_pimpl = rSrc.m_pimpl; in operator =()246 if( m_pimpl->m_ref_count > 1 ) in make_unique()248 impl_t* pimpl = new impl_t(m_pimpl->m_value); in make_unique()[all …]