Searched refs:input_sz (Results 1 – 1 of 1) sorted by relevance
1232 …const size_type input_sz = static_cast<size_type>(boost::container::iterator_distance(first, last)… member in boost::container::vector1234 if(input_sz > old_capacity){ //If input range is too big, we need to reallocate1237 …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);