Home
last modified time | relevance | path

Searched refs:get_local_deleter (Results 1 – 21 of 21) 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.hpp58 template<class D> D * get_local_deleter( D * /*p*/ ) in get_local_deleter() function
63 template<class D> D * get_local_deleter( local_sp_deleter<D> * p );
100 virtual void * get_local_deleter( sp_typeinfo const & ) in get_local_deleter() function in boost::detail::sp_counted_impl_p
180 virtual void * get_local_deleter( sp_typeinfo const & ti ) in get_local_deleter() function in boost::detail::sp_counted_impl_pd
182 … return ti == BOOST_SP_TYPEID(D)? boost::detail::get_local_deleter( boost::addressof( del ) ): 0; in get_local_deleter()
273 virtual void * get_local_deleter( sp_typeinfo const & ti ) in get_local_deleter() function in boost::detail::sp_counted_impl_pda
275 … return ti == BOOST_SP_TYPEID(D)? boost::detail::get_local_deleter( boost::addressof( d_ ) ): 0; in get_local_deleter()
H A Dlocal_sp_deleter.hpp77 template<class D> D * get_local_deleter( local_sp_deleter<D> * p ) in get_local_deleter() function
82 inline void * get_local_deleter( local_sp_deleter<void> * /*p*/ ) in get_local_deleter() function
H A Dsp_counted_base_nt.hpp62 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dsp_counted_base_w32.hpp70 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dsp_counted_base_gcc_ia64.hpp114 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dsp_counted_base_gcc_ppc.hpp138 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dsp_counted_base_gcc_x86.hpp130 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dsp_counted_base_vacpp_ppc.hpp107 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dsp_counted_base_aix.hpp99 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dsp_counted_base_gcc_mips.hpp138 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dsp_counted_base_spin.hpp87 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dsp_counted_base_acc_ia64.hpp107 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dsp_counted_base_sync.hpp112 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dsp_counted_base_std_atomic.hpp93 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dsp_counted_base_cw_ppc.hpp127 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dsp_counted_base_pt.hpp74 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dsp_counted_base_clang.hpp101 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dsp_counted_base_gcc_sparc.hpp123 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dsp_counted_base_snc_ps3.hpp118 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dshared_count.hpp506 void * get_local_deleter( sp_typeinfo const & ti ) const in get_local_deleter() function in boost::detail::shared_count
508 return pi_? pi_->get_local_deleter( ti ): 0; in get_local_deleter()
/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.hpp787 return pn.get_local_deleter( ti ); in _internal_get_local_deleter()