Home
last modified time | relevance | path

Searched refs:swap_alloc (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 Dalloc_helpers.hpp30 inline void swap_alloc(AllocatorType &, AllocatorType &, container_detail::false_type) in swap_alloc() function
35 inline void swap_alloc(AllocatorType &l, AllocatorType &r, container_detail::true_type) in swap_alloc() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dvector.hpp2459 …container_detail::swap_alloc(this->m_holder.alloc(), x.m_holder.alloc(), container_detail::bool_<p… in priv_swap()