Home
last modified time | relevance | path

Searched refs:sp_counted_impl_pda (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/detail/
Dsp_counted_impl.hpp216 template<class P, class D, class A> class BOOST_SYMBOL_VISIBLE sp_counted_impl_pda: public sp_count… class
224 sp_counted_impl_pda( sp_counted_impl_pda const & );
225 sp_counted_impl_pda & operator= ( sp_counted_impl_pda const & );
227 typedef sp_counted_impl_pda<P, D, A> this_type;
233 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
237 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
Dshared_count.hpp247 typedef sp_counted_impl_pda<P, D, A> impl_type; in shared_count()
304 typedef sp_counted_impl_pda< P, D, A > impl_type; in shared_count()