Home
last modified time | relevance | path

Searched refs:scoped_deallocator (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/node/
H A Dscoped_deallocator.hpp19 class scoped_deallocator class
21 scoped_deallocator(scoped_deallocator const&);
22 scoped_deallocator & operator=(scoped_deallocator const&);
25 inline scoped_deallocator(pointer p, Alloc & a) in scoped_deallocator() function in boost::geometry::index::detail::rtree::scoped_deallocator
28 inline ~scoped_deallocator() in ~scoped_deallocator()
H A Dvariant_dynamic.hpp186 scoped_deallocator<AllocNode> deallocator(p, alloc_node); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Ddestroyers.hpp38 struct scoped_deallocator struct
53 BOOST_MOVABLE_BUT_NOT_COPYABLE(scoped_deallocator)
60 scoped_deallocator(pointer p, Allocator& a) in scoped_deallocator() argument
64 ~scoped_deallocator() in ~scoped_deallocator() argument
67 scoped_deallocator(BOOST_RV_REF(scoped_deallocator) o) in scoped_deallocator() function