Home
last modified time | relevance | path

Searched refs:boost_container_new_t (Results 1 – 2 of 2) 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 Dplacement_new.hpp21 struct boost_container_new_t{}; struct
24 inline void *operator new(std::size_t, void *p, boost_container_new_t) in operator new() argument
27 inline void operator delete(void *, void *, boost_container_new_t) in operator delete() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dallocator_traits.hpp415 { ::new((void*)p, boost_container_new_t()) T(::boost::forward<Args>(args)...); } in priv_construct()
446 { ::new((void*)p, boost_container_new_t()) T(BOOST_MOVE_FWD##N); }\
455 { ::new((void*)p, boost_container_new_t()) T; } in BOOST_MOVE_ITERATE_0TO8()