Home
last modified time | relevance | path

Searched refs:construct_in_place (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dconstruct_in_place.hpp34 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
58 ei.construct_in_place(a, dest); in construct_in_place()
H A Diterators.hpp574 void construct_in_place(Allocator &a, T* ptr) in construct_in_place() function in boost::container::emplace_iterator
H A Dcopy_move_algo.hpp523 boost::container::construct_in_place(a, boost::movelib::iterator_to_raw_pointer(r), f); in uninitialized_copy_alloc_n_source()