Searched refs:assign_alloc (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/ |
D | alloc_helpers.hpp | 39 BOOST_CONTAINER_FORCEINLINE void assign_alloc(AllocatorType &, const AllocatorType &, dtl::false_ty… in assign_alloc() function 44 BOOST_CONTAINER_FORCEINLINE void assign_alloc(AllocatorType &l, const AllocatorType &r, dtl::true_t… in assign_alloc() function
|
D | node_alloc_holder.hpp | 201 dtl::assign_alloc( static_cast<NodeAlloc &>(*this) in copy_assign_alloc()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/ |
D | stable_vector.hpp | 849 dtl::assign_alloc(this->priv_node_alloc(), x.priv_node_alloc(), flag); in operator =() 850 … dtl::assign_alloc(this->index.get_stored_allocator(), x.index.get_stored_allocator(), flag); in operator =()
|
D | deque.hpp | 837 dtl::assign_alloc(this->alloc(), x.alloc(), flag); in operator =() 838 dtl::assign_alloc(this->ptr_alloc(), x.ptr_alloc(), flag); in operator =()
|
D | string.hpp | 880 dtl::assign_alloc(this->alloc(), x.alloc(), flag); in operator =()
|
D | vector.hpp | 2526 dtl::assign_alloc(this_alloc, x_alloc, flag); in priv_copy_assign()
|