Home
last modified time | relevance | path

Searched defs:intrusive_ptr (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/interprocess/smart_ptr/
Dintrusive_ptr.hpp59 class intrusive_ptr class
81 intrusive_ptr() BOOST_NOEXCEPT in intrusive_ptr() function in boost::interprocess::intrusive_ptr
88 intrusive_ptr(const pointer &p, bool add_ref = true) BOOST_NOEXCEPT in intrusive_ptr() function in boost::interprocess::intrusive_ptr
96 intrusive_ptr(intrusive_ptr const & rhs) BOOST_NOEXCEPT in intrusive_ptr() function in boost::interprocess::intrusive_ptr
103 intrusive_ptr(BOOST_RV_REF(intrusive_ptr) rhs) BOOST_NOEXCEPT in intrusive_ptr() function in boost::interprocess::intrusive_ptr
111 template<class U> intrusive_ptr(intrusive_ptr<U, VP> const & rhs) BOOST_NOEXCEPT in intrusive_ptr() function in boost::interprocess::intrusive_ptr
/third_party/boost/boost/smart_ptr/
Dintrusive_ptr.hpp53 template<class T> class intrusive_ptr class
63 BOOST_CONSTEXPR intrusive_ptr() BOOST_SP_NOEXCEPT : px( 0 ) in intrusive_ptr() function in boost::intrusive_ptr
67 intrusive_ptr( T * p, bool add_ref = true ): px( p ) in intrusive_ptr() function in boost::intrusive_ptr
77intrusive_ptr( intrusive_ptr<U> const & rhs, typename boost::detail::sp_enable_if_convertible<U,T>… in intrusive_ptr() function in boost::intrusive_ptr
91 intrusive_ptr(intrusive_ptr const & rhs): px( rhs.px ) in intrusive_ptr() function in boost::intrusive_ptr
115 intrusive_ptr(intrusive_ptr && rhs) BOOST_SP_NOEXCEPT : px( rhs.px ) in intrusive_ptr() function in boost::intrusive_ptr
131intrusive_ptr(intrusive_ptr<U> && rhs, typename boost::detail::sp_enable_if_convertible<U,T>::type… in intrusive_ptr() function in boost::intrusive_ptr
/third_party/mesa3d/src/gallium/frontends/clover/util/
Dpointer.hpp116 class intrusive_ptr { class
118 intrusive_ptr(T *q = NULL) : p(q) { in intrusive_ptr() function in clover::intrusive_ptr
123 intrusive_ptr(const intrusive_ptr &ptr) : in intrusive_ptr() function in clover::intrusive_ptr
127 intrusive_ptr(intrusive_ptr &&ptr) : in intrusive_ptr() function in clover::intrusive_ptr
/third_party/boost/libs/smart_ptr/doc/smart_ptr/
Dintrusive_ptr.adoc10 [#intrusive_ptr] anchor