Searched refs:sp_assert_convertible (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/smart_ptr/ |
D | weak_ptr.hpp | 88 boost::detail::sp_assert_convertible< Y, T >(); in weak_ptr() 105 boost::detail::sp_assert_convertible< Y, T >(); in weak_ptr() 138 boost::detail::sp_assert_convertible< Y, T >(); in weak_ptr() 163 boost::detail::sp_assert_convertible< Y, T >(); in operator =() 185 boost::detail::sp_assert_convertible< Y, T >(); in operator =()
|
D | shared_ptr.hpp | 259 template< class Y, class T > inline void sp_assert_convertible() BOOST_SP_NOEXCEPT in sp_assert_convertible() function 287 sp_assert_convertible< Y[], T[] >(); in sp_pointer_construct() 293 sp_assert_convertible< Y[N], T[N] >(); in sp_pointer_construct() 310 sp_assert_convertible< Y[], T[] >(); in sp_deleter_construct() 315 sp_assert_convertible< Y[N], T[N] >(); in sp_deleter_construct() 425 boost::detail::sp_assert_convertible< Y, T >(); in shared_ptr() 453 boost::detail::sp_assert_convertible< Y, T >(); in shared_ptr() 467 boost::detail::sp_assert_convertible< Y, T >(); in shared_ptr() 480 boost::detail::sp_assert_convertible< Y, T >(); in shared_ptr() 495 boost::detail::sp_assert_convertible< Y, T >(); in shared_ptr() [all …]
|
D | shared_array.hpp | 72 boost::detail::sp_assert_convertible< Y[], T[] >(); in shared_array() 83 boost::detail::sp_assert_convertible< Y[], T[] >(); in shared_array() 90 boost::detail::sp_assert_convertible< Y[], T[] >(); in shared_array() 125 boost::detail::sp_assert_convertible< Y[], T[] >(); in shared_array()
|
D | local_shared_ptr.hpp | 26 boost::detail::sp_assert_convertible< Y, E >(); in lsp_pointer_construct() 41 boost::detail::sp_assert_convertible< Y[], E[] >(); in lsp_pointer_construct() 56 boost::detail::sp_assert_convertible< Y[N], E[N] >(); in lsp_pointer_construct() 196 boost::detail::sp_assert_convertible< Y, T >(); in local_shared_ptr() 210 boost::detail::sp_assert_convertible< Y, T >(); in local_shared_ptr() 230 boost::detail::sp_assert_convertible< Y, T >(); in local_shared_ptr() 275 boost::detail::sp_assert_convertible< Y, T >(); in local_shared_ptr() 291 boost::detail::sp_assert_convertible< Y, T >(); in local_shared_ptr() 453 boost::detail::sp_assert_convertible<T, Y>(); in operator shared_ptr<Y>() 471 boost::detail::sp_assert_convertible<T, Y>(); in operator weak_ptr<Y>()
|