Searched refs:get_stored_allocator (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 D | vector.hpp | 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() 1066 (this->get_stored_allocator(), this->priv_raw_begin(), this->m_holder.m_size); in ~vector() 1302 …BOOST_CONTAINER_FORCEINLINE stored_allocator_type &get_stored_allocator() BOOST_NOEXCEPT_OR_NOTHROW in get_stored_allocator() function in boost::container::vector 1312 …BOOST_CONTAINER_FORCEINLINE const stored_allocator_type &get_stored_allocator() const BOOST_NOEXCE… in get_stored_allocator() function in boost::container::vector 2435 if(are_swap_propagable( this->get_stored_allocator(), this->m_holder.start() in priv_swap() 2436 , x.get_stored_allocator(), x.m_holder.start(), propagate_alloc)){ in priv_swap() 2523 allocator_traits_type::destroy(this->get_stored_allocator(), p); in priv_destroy_last() 2533 boost::container::destroy_alloc_n(this->get_stored_allocator(), destroy_pos, n); in priv_destroy_last_n() 2549 (this->get_stored_allocator(), this->priv_raw_begin(), this->m_holder.m_size); in priv_destroy_all() [all …]
|