Home
last modified time | relevance | path

Searched refs:scoped_destructor (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/container/detail/
H A Ddestroyers.hpp243 class scoped_destructor class
248 scoped_destructor(Allocator &a, value_type *pv) in scoped_destructor() function in boost::container::container_detail::scoped_destructor
252 ~scoped_destructor() in ~scoped_destructor()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dvarray_detail.hpp741 class scoped_destructor class
744 scoped_destructor(T * ptr) : m_ptr(ptr) {} in scoped_destructor() function in boost::geometry::index::detail::varray_detail::scoped_destructor
746 ~scoped_destructor() in ~scoped_destructor()
H A Dvarray.hpp1059 sv::scoped_destructor<value_type> d(val_p); in emplace()
1108 … sv::scoped_destructor<value_type> d(val_p); \