Searched defs:insert_range_proxy (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/ |
D | advanced_insert_int.hpp | 72 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 BOOST_CONTAINER_FORCEINLINE explicit insert_range_proxy(FwdIt first) in insert_range_proxy() argument 81 …T_CONTAINER_FORCEINLINE void uninitialized_copy_n_and_update(Allocator &a, Iterator p, size_type n) in uninitialized_copy_n_and_update() 86 BOOST_CONTAINER_FORCEINLINE void copy_n_and_update(Allocator &, Iterator p, size_type n) in copy_n_and_update() 91 FwdIt first_;
|
D | copy_move_algo.hpp | 1200 , InsertionProxy insert_range_proxy) in uninitialized_move_and_insert_alloc() 1232 , InsertionProxy insert_range_proxy) in expand_forward_and_insert_alloc()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/ |
D | vector.hpp | 2731 (T *const raw_pos, const size_type n, const InsertionProxy insert_range_proxy, version_1) in priv_insert_forward_range_no_capacity() 2748 (T *const raw_pos, const size_type n, const InsertionProxy insert_range_proxy, version_2) in priv_insert_forward_range_no_capacity() 2795 (const pointer &pos, const size_type n, const InsertionProxy insert_range_proxy) in priv_insert_forward_range() 2938 (T* const raw_pos, const size_type, InsertionProxy insert_range_proxy, dtl::true_type) in priv_insert_forward_range_expand_forward() 2964 …d_range_expand_forward(T* const raw_pos, const size_type n, InsertionProxy insert_range_proxy, dtl… in priv_insert_forward_range_expand_forward() 2974 …t new_start, size_type new_cap, T* const pos, const size_type n, InsertionProxy insert_range_proxy) in priv_insert_forward_range_new_allocation() 3000 T* const pos, const size_type n, InsertionProxy insert_range_proxy) in priv_insert_forward_range_expand_backwards()
|