Home
last modified time | relevance | path

Searched refs:real_cap (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.hpp476 size_type real_cap = new_cap; in try_expand_fwd() local
478 bool const success = !!this->allocation_command(expand_fwd, new_cap, real_cap, reuse); in try_expand_fwd()
484 this->capacity(real_cap); in try_expand_fwd()
1235 size_type real_cap = 0; member in boost::container::vector
1237 …et(this->m_holder.allocation_command(allocate_new|expand_fwd, input_sz, real_cap = input_sz, reuse…
1248 this->m_holder.capacity(real_cap);
1257 this->m_holder.capacity(real_cap);
2486 size_type real_cap = 0; in priv_reserve_no_capacity() local
2488 …der.allocation_command(allocate_new | expand_fwd | expand_bwd, new_cap, real_cap = new_cap, reuse)… in priv_reserve_no_capacity()
2496 this->m_holder.capacity(real_cap); in priv_reserve_no_capacity()
[all …]