Home
last modified time | relevance | path

Searched refs:sp_counted_impl_pda (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 Dsp_counted_impl.hpp219 template<class P, class D, class A> class sp_counted_impl_pda: public sp_counted_base class
227 sp_counted_impl_pda( sp_counted_impl_pda const & );
228 sp_counted_impl_pda & operator= ( sp_counted_impl_pda const & );
230 typedef sp_counted_impl_pda<P, D, A> this_type;
236 sp_counted_impl_pda( P p, D & d, A a ): p_( p ), d_( d ), a_( a ) in sp_counted_impl_pda() function in boost::detail::sp_counted_impl_pda
240 sp_counted_impl_pda( P p, A a ): p_( p ), d_( a ), a_( a ) in sp_counted_impl_pda() function in boost::detail::sp_counted_impl_pda
H A Dshared_count.hpp241 typedef sp_counted_impl_pda<P, D, A> impl_type; in shared_count()
298 typedef sp_counted_impl_pda< P, D, A > impl_type; in shared_count()