Searched refs:begin_ptr (Results 1 – 1 of 1) sorted by relevance
2178 T* const begin_ptr = this->priv_raw_begin(); in priv_insert_ordered_at() local2186 (begin_ptr + old_size_pos + element_count, this->m_holder.alloc(), size_type(0u)); in priv_insert_ordered_at()2204 …allocator_traits_type::construct(this->m_holder.alloc(), begin_ptr + pos + insertions_left - 1, po… in priv_insert_ordered_at()2222 begin_ptr[pos + insertions_left - 1] = position_value.get_val(); in priv_insert_ordered_at()2834 T* const begin_ptr = this->priv_raw_begin(); in priv_insert_ordered_at_shift_range() local2835 T* const first_ptr = begin_ptr + first_pos; in priv_insert_ordered_at_shift_range()2836 T* const last_ptr = begin_ptr + last_pos; in priv_insert_ordered_at_shift_range()2854 T* const limit_ptr = begin_ptr + limit_pos; in priv_insert_ordered_at_shift_range()