Searched refs:sp_deleter_construct (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/ |
| H A D | shared_ptr.hpp | 307 template< class T, class Y > inline void sp_deleter_construct( boost::shared_ptr< T > * ppx, Y * p ) in sp_deleter_construct() function 314 template< class T, class Y > inline void sp_deleter_construct( boost::shared_ptr< T[] > * /*ppx*/, … in sp_deleter_construct() function 319 template< class T, std::size_t N, class Y > inline void sp_deleter_construct( boost::shared_ptr< T[… in sp_deleter_construct() function 390 boost::detail::sp_deleter_construct( this, p ); in shared_ptr() 405 boost::detail::sp_deleter_construct( this, p ); in shared_ptr() 478 boost::detail::sp_deleter_construct( this, tmp ); in shared_ptr() 491 boost::detail::sp_deleter_construct( this, tmp ); in shared_ptr() 506 boost::detail::sp_deleter_construct( this, tmp ); in shared_ptr() 525 boost::detail::sp_deleter_construct( this, tmp ); in shared_ptr() 541 boost::detail::sp_deleter_construct( this, tmp ); in shared_ptr() [all …]
|