Searched refs:limit_pos (Results 1 – 1 of 1) sorted by relevance
2829 (size_type first_pos, size_type last_pos, size_type limit_pos, size_type shift_count) in priv_insert_ordered_at_shift_range() argument2832 BOOST_ASSERT(last_pos <= limit_pos); in priv_insert_ordered_at_shift_range()2840 if((last_pos + shift_count) <= limit_pos){ in priv_insert_ordered_at_shift_range()2845 else if((first_pos + shift_count) >= limit_pos){ in priv_insert_ordered_at_shift_range()2849 hole_size = first_pos + shift_count - limit_pos; in priv_insert_ordered_at_shift_range()2854 T* const limit_ptr = begin_ptr + limit_pos; in priv_insert_ordered_at_shift_range()