Searched defs:construct_in_place (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/ |
D | construct_in_place.hpp | 34 BOOST_CONTAINER_FORCEINLINE void construct_in_place(Allocator &a, T* dest, InpIt source) in construct_in_place() function 38 BOOST_CONTAINER_FORCEINLINE void construct_in_place(Allocator &a, T *dest, value_init_construct_ite… in construct_in_place() function 47 BOOST_CONTAINER_FORCEINLINE void construct_in_place(Allocator &a, T *dest, default_init_construct_i… in construct_in_place() function 56 BOOST_CONTAINER_FORCEINLINE void construct_in_place(Allocator &a, T *dest, emplace_iterator<U, EF, … in construct_in_place() function
|
D | iterators.hpp | 574 BOOST_CONTAINER_FORCEINLINE void construct_in_place(Allocator &a, T* ptr) in construct_in_place() function in boost::container::emplace_iterator
|