Home
last modified time | relevance | path

Searched defs:get_deleter (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/
H A Dsp_counted_impl.hpp95 virtual void * get_deleter( sp_typeinfo const & ) in get_deleter() function in boost::detail::sp_counted_impl_p
175 virtual void * get_deleter( sp_typeinfo const & ti ) in get_deleter() function in boost::detail::sp_counted_impl_pd
268 virtual void * get_deleter( sp_typeinfo const & ti ) in get_deleter() function in boost::detail::sp_counted_impl_pda
H A Dshared_count.hpp501 void * get_deleter( sp_typeinfo const & ti ) const in get_deleter() function in boost::detail::shared_count
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/unique_resource/cba309e/include/
H A Dunique_resource.hpp84 const D &get_deleter() const noexcept { return this->deleter; } in get_deleter() function in std_experimental::unique_resource
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/
H A Dshared_ptr.hpp1034 template<typename D> D* get_deleter() const BOOST_SP_NOEXCEPT in get_deleter() function in boost::detail::esft2_deleter_wrapper
1048 template<class D, class T> D * get_deleter( shared_ptr<T> const & p ) BOOST_SP_NOEXCEPT in get_deleter() function