Searched refs:sp_counted_impl_pd (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/smart_ptr/detail/ |
| H A D | sp_counted_impl.hpp | 146 template<class P, class D> class sp_counted_impl_pd: public sp_counted_base class 153 sp_counted_impl_pd( sp_counted_impl_pd const & ); 154 sp_counted_impl_pd & operator= ( sp_counted_impl_pd const & ); 156 typedef sp_counted_impl_pd<P, D> this_type; 162 sp_counted_impl_pd( P p, D & d ): ptr( p ), del( d ) in sp_counted_impl_pd() function in boost::detail::sp_counted_impl_pd 166 sp_counted_impl_pd( P p ): ptr( p ), del() in sp_counted_impl_pd() function in boost::detail::sp_counted_impl_pd
|
| H A D | shared_count.hpp | 181 pi_ = new sp_counted_impl_pd<P, D>(p, d); in shared_count() 191 pi_ = new sp_counted_impl_pd<P, D>(p, d); in shared_count() 213 pi_ = new sp_counted_impl_pd< P, D >( p ); in shared_count() 223 pi_ = new sp_counted_impl_pd< P, D >( p ); in shared_count() 385 pi_ = new sp_counted_impl_pd< typename std::unique_ptr<Y, D>::pointer, D2 >( r.get(), d2 ); in shared_count() 410 …pi_ = new sp_counted_impl_pd< typename boost::movelib::unique_ptr<Y, D>::pointer, D2 >( r.get(), d… in shared_count()
|