Home
last modified time | relevance | path

Searched refs:before_plus_new (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.hpp2979 const size_type before_plus_new = elemsbefore + n; in priv_forward_range_insert_expand_backwards() local
2990 if(s_before >= before_plus_new){ in priv_forward_range_insert_expand_backwards()
2996 this->m_holder.m_size = before_plus_new; in priv_forward_range_insert_expand_backwards()
3012 if(before_plus_new != new_size){ //Special case to avoid operations in back insertion in priv_forward_range_insert_expand_backwards()
3014 (this->m_holder.alloc(), pos, old_finish, new_start + before_plus_new); in priv_forward_range_insert_expand_backwards()
3038 const size_type raw_gap = s_before - before_plus_new; in priv_forward_range_insert_expand_backwards()
3043 (this->m_holder.alloc(), pos, raw_gap, new_start + before_plus_new); in priv_forward_range_insert_expand_backwards()
3060 …his->m_holder.alloc(), pos, static_cast<size_type>(old_finish - pos), new_start + before_plus_new); in priv_forward_range_insert_expand_backwards()