Home
last modified time | relevance | path

Searched defs:insert_range_proxy (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/container/detail/
Dadvanced_insert_int.hpp72 struct insert_range_proxy struct
74 typedef typename allocator_traits<Allocator>::size_type size_type;
75 typedef typename allocator_traits<Allocator>::value_type value_type;
77 explicit insert_range_proxy(FwdIt first) in insert_range_proxy() argument
81 void uninitialized_copy_n_and_update(Allocator &a, Iterator p, size_type n) in uninitialized_copy_n_and_update()
86 void copy_n_and_update(Allocator &, Iterator p, size_type n) in copy_n_and_update()
91 FwdIt first_;
/third_party/boost/boost/container/
Dvector.hpp2719 (const pointer &pos, const size_type n, const InsertionProxy insert_range_proxy, version_1) in priv_forward_range_insert_no_capacity()
2738 (const pointer &pos, const size_type n, const InsertionProxy insert_range_proxy, version_2) in priv_forward_range_insert_no_capacity()
2785 (const pointer &pos, const size_type n, const InsertionProxy insert_range_proxy) in priv_forward_range_insert()
2806 (const size_type n, const InsertionProxy insert_range_proxy, version_0) in priv_forward_range_insert_at_end()
2821 (const size_type n, const InsertionProxy insert_range_proxy, AllocVersion) in priv_forward_range_insert_at_end()
2920 …iv_forward_range_insert_at_end_expand_forward(const size_type n, InsertionProxy insert_range_proxy) in priv_forward_range_insert_at_end_expand_forward()
2928 …ard_range_insert_expand_forward(T* const pos, const size_type n, InsertionProxy insert_range_proxy) in priv_forward_range_insert_expand_forward()
2973 …t new_start, size_type new_cap, T* const pos, const size_type n, InsertionProxy insert_range_proxy) in priv_forward_range_insert_new_allocation()
3017 T* const pos, const size_type n, InsertionProxy insert_range_proxy) in priv_forward_range_insert_expand_backwards()