Home
last modified time | relevance | path

Searched refs:input_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.hpp1232 …const size_type input_sz = static_cast<size_type>(boost::container::iterator_distance(first, last)… member in boost::container::vector
1234 if(input_sz > old_capacity){ //If input range is too big, we need to reallocate
1237 …et(this->m_holder.allocation_command(allocate_new|expand_fwd, input_sz, real_cap = input_sz, reuse…
1270 this->priv_destroy_last_n(this->size() - input_sz);