Home
last modified time | relevance | path

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

/third_party/boost/boost/smart_ptr/
Dshared_ptr.hpp277 template< class T, class Y > inline void sp_pointer_construct( boost::shared_ptr< T > * ppx, Y * p,… in sp_pointer_construct() function
285 template< class T, class Y > inline void sp_pointer_construct( boost::shared_ptr< T[] > * /*ppx*/, … in sp_pointer_construct() function
291 template< class T, std::size_t N, class Y > inline void sp_pointer_construct( boost::shared_ptr< T[… in sp_pointer_construct() function
373 boost::detail::sp_pointer_construct( this, p, pn ); in shared_ptr()