Home
last modified time | relevance | path

Searched refs:is_propagable_from (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() function
423 if(this->is_propagable_from(x_alloc, holder.start(), this_alloc, true)){ in vector_alloc_holder()
730 …static bool is_propagable_from(const Allocator &from_alloc, pointer_impl p, const Allocator &to_al… in is_propagable_from() function in boost::container::vector
731 { return alloc_holder_t::is_propagable_from(from_alloc, p, to_alloc, propagate_allocator); } in is_propagable_from()
1040 … , is_propagable_from(x.get_stored_allocator(), x.m_holder.start(), a, true) ? 0 : x.size() in vector()
1043 if(is_propagable_from(x.get_stored_allocator(), x.m_holder.start(), a, true)){ in vector()
2364 …const bool is_propagable_from_x = is_propagable_from(x_alloc, x.m_holder.start(), this_alloc, prop… in priv_move_assign()
2365 …const bool is_propagable_from_t = is_propagable_from(this_alloc, m_holder.start(), x_alloc, prop… in priv_move_assign()