Home
last modified time | relevance | path

Searched refs:storage_is_unpropagable (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/
H A Dallocator_traits.hpp366 …BOOST_CONTAINER_FORCEINLINE static bool storage_is_unpropagable(const Allocator &a, pointer p) BOO… in storage_is_unpropagable() function
458 { return a.storage_is_unpropagable(p); } in priv_storage_is_unpropagable()
H A Dvector.hpp354 … !allocator_traits_type::storage_is_unpropagable(from_alloc, p); in is_propagable_from()
362 …!(allocator_traits_type::storage_is_unpropagable(l_a, l_p) || allocator_traits_type::storage_is_un… in are_swap_propagable()