Searched refs:alloc_version (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 D | destroyers.hpp | 44 version<Allocator>::value> alloc_version; typedef 65 { if (m_ptr)priv_deallocate(alloc_version()); } in ~scoped_deallocator() 147 version<Allocator>::value> alloc_version; typedef 156 priv_deallocate(m_ptr, alloc_version()); in ~scoped_destroy_deallocator() 301 version<Allocator>::value> alloc_version; typedef in boost::container::container_detail::allocator_destroyer 321 this->priv_deallocate(p, alloc_version()); in operator ()()
|
| /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 | 468 typedef typename container_detail::version<Allocator>::type alloc_version; in allocation_command() typedef 469 …return this->priv_allocation_command(alloc_version(), command, limit_size, prefer_in_recvd_out_siz… in allocation_command() 718 typedef typename container_detail::version<Allocator>::type alloc_version; typedef in boost::container::vector 1177 < container_detail::is_different<alloc_version BOOST_MOVE_I version_0> 1224 BOOST_MOVE_I container_detail::is_same<alloc_version BOOST_MOVE_I version_0> 1500 this->priv_reserve_no_capacity(new_cap, alloc_version()); in reserve() 1511 { this->priv_shrink_to_fit(alloc_version()); } in shrink_to_fit() 1750 (this->back_ptr(), 1, type(::boost::forward<Args>(args)...), alloc_version()); in emplace_back() 1765 …const bool is_room_enough = this->room_enough() || (alloc_version::value == 2 && this->m_holder.tr… in stable_emplace_back() 1810 ( this->back_ptr(), 1, type(BOOST_MOVE_FWD##N), alloc_version());\ [all …]
|