Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dvector.hpp2345 const size_type other_sz = static_cast<size_type>(x.m_holder.m_size); in priv_move_assign() local
2346 …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() local
2403 …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()