Home
last modified time | relevance | path

Searched refs:from_alloc (Results 1 – 1 of 1) 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 Dvector.hpp350 …static bool is_propagable_from(const allocator_type &from_alloc, pointer p, const allocator_type &… in is_propagable_from()
352 (void)propagate_allocator; (void)p; (void)to_alloc; (void)from_alloc; in is_propagable_from()
354 … !allocator_traits_type::storage_is_unpropagable(from_alloc, p); in is_propagable_from()
355 …_storage_propagable && (propagate_allocator || allocator_traits_type::equal(from_alloc, to_alloc)); in is_propagable_from()
730 …static bool is_propagable_from(const Allocator &from_alloc, pointer_impl p, const Allocator &to_al… in is_propagable_from() argument
731 { return alloc_holder_t::is_propagable_from(from_alloc, p, to_alloc, propagate_allocator); } in is_propagable_from()