Searched refs:other_sz (Results 1 – 1 of 1) sorted by relevance
2345 const size_type other_sz = static_cast<size_type>(x.m_holder.m_size); in priv_move_assign() local2346 …boost::container::move_assign_range_alloc_n(this->m_holder.alloc(), other_start, other_sz, this_st… in priv_move_assign()2347 this->m_holder.m_size = other_sz; in priv_move_assign()2402 const size_type other_sz = static_cast<size_type>(x.m_holder.m_size); in priv_copy_assign() local2403 …boost::container::copy_assign_range_alloc_n(this->m_holder.alloc(), other_start, other_sz, this_st… in priv_copy_assign()2404 this->m_holder.m_size = other_sz; in priv_copy_assign()