Searched refs:sp_enable_shared_from_this (Results 1 – 5 of 5) sorted by relevance
/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/ |
D | make_shared_object.hpp | 223 boost::detail::sp_enable_shared_from_this( &pt, pt2, pt2 ); in make_shared_noinit() 240 boost::detail::sp_enable_shared_from_this( &pt, pt2, pt2 ); in allocate_shared_noinit() 261 boost::detail::sp_enable_shared_from_this( &pt, pt2, pt2 ); in make_shared() 301 boost::detail::sp_enable_shared_from_this( &pt, pt2, pt2 ); in allocate_shared() 322 boost::detail::sp_enable_shared_from_this( &pt, pt2, pt2 ); in make_shared() 339 boost::detail::sp_enable_shared_from_this( &pt, pt2, pt2 ); in allocate_shared() 362 boost::detail::sp_enable_shared_from_this( &pt, pt2, pt2 ); in make_shared() 383 boost::detail::sp_enable_shared_from_this( &pt, pt2, pt2 ); in allocate_shared() 405 boost::detail::sp_enable_shared_from_this( &pt, pt2, pt2 ); in make_shared() 427 boost::detail::sp_enable_shared_from_this( &pt, pt2, pt2 ); in allocate_shared() [all …]
|
D | enable_shared_from_raw.hpp | 28 template< class X, class Y > inline void sp_enable_shared_from_this( boost::shared_ptr<X> * ppx, Y … 81 …template< class X, class Y > friend inline void detail::sp_enable_shared_from_this( boost::shared_… 153 …template< class X, class Y > inline void sp_enable_shared_from_this( boost::shared_ptr<X> * ppx, Y… in sp_enable_shared_from_this() function
|
D | make_local_shared_object.hpp | 148 boost::detail::sp_enable_shared_from_this( &pt, pt2, pt2 ); in allocate_local_shared() 181 boost::detail::sp_enable_shared_from_this( &pt, pt2, pt2 ); in allocate_local_shared_noinit()
|
D | shared_ptr.hpp | 211 template< class X, class Y, class T > inline void sp_enable_shared_from_this( boost::shared_ptr<X> … in sp_enable_shared_from_this() function 219 template< class X, class Y > inline void sp_enable_shared_from_this( boost::shared_ptr<X> * ppx, Y … 230 inline void sp_enable_shared_from_this( sp_any_pointer, sp_any_pointer, sp_any_pointer ) in sp_enable_shared_from_this() function 236 inline void sp_enable_shared_from_this( ... ) in sp_enable_shared_from_this() function 280 boost::detail::sp_enable_shared_from_this( ppx, p, p ); in sp_pointer_construct() 303 boost::detail::sp_enable_shared_from_this( ppx, p, p ); in sp_deleter_construct()
|
/external/sdv/vsomeip/third_party/boost/serialization/include/boost/serialization/detail/ |
D | shared_ptr_132.hpp | 86 template<class T, class Y> void sp_enable_shared_from_this( shared_count const & pn, enable_shared_… in sp_enable_shared_from_this() function 91 inline void sp_enable_shared_from_this( shared_count const & /*pn*/, ... ) in sp_enable_shared_from_this() function 126 detail::sp_enable_shared_from_this( pn, p, p ); in shared_ptr() 137 detail::sp_enable_shared_from_this( pn, p, p ); in shared_ptr() 199 detail::sp_enable_shared_from_this( pn, tmp, tmp ); in shared_ptr()
|