Home
last modified time | relevance | path

Searched defs:static_pointer_cast (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/
Dpointer_cast.hpp20 inline T* static_pointer_cast(U *ptr) BOOST_SP_NOEXCEPT in static_pointer_cast() function
77 template<class T, class U> std::unique_ptr<T> static_pointer_cast( std::unique_ptr<U> && r ) BOOST_… in static_pointer_cast() function
/third_party/boost/boost/smart_ptr/
Dintrusive_ptr.hpp302 template<class T, class U> intrusive_ptr<T> static_pointer_cast(intrusive_ptr<U> const & p) in static_pointer_cast() function
319 template<class T, class U> intrusive_ptr<T> static_pointer_cast( intrusive_ptr<U> && p ) BOOST_SP_N… in static_pointer_cast() function
Dlocal_shared_ptr.hpp570 template<class T, class U> local_shared_ptr<T> static_pointer_cast( local_shared_ptr<U> const & r )… in static_pointer_cast() function
612 template<class T, class U> local_shared_ptr<T> static_pointer_cast( local_shared_ptr<U> && r ) BOOS… in static_pointer_cast() function
Dshared_ptr.hpp887 template<class T, class U> shared_ptr<T> static_pointer_cast( shared_ptr<U> const & r ) BOOST_SP_NO… in static_pointer_cast() function
929 template<class T, class U> shared_ptr<T> static_pointer_cast( shared_ptr<U> && r ) BOOST_SP_NOEXCEPT in static_pointer_cast() function
/third_party/boost/boost/serialization/detail/
Dshared_ptr_132.hpp359 template<class T, class U> shared_ptr< T > static_pointer_cast(shared_ptr<U> const & r) in static_pointer_cast() function
/third_party/boost/boost/interprocess/smart_ptr/
Dshared_ptr.hpp342 shared_ptr<T, VoidAllocator, Deleter> static_pointer_cast(shared_ptr<U, VoidAllocator, Deleter> con… in static_pointer_cast() function
/third_party/boost/boost/interprocess/
Doffset_ptr.hpp610 static_pointer_cast(const boost::interprocess::offset_ptr<T2, P2, O2, A2> & r) BOOST_NOEXCEPT in static_pointer_cast() function
/third_party/boost/boost/interprocess/detail/
Dintersegment_ptr.hpp881 boost::interprocess::intersegment_ptr<T> static_pointer_cast(const boost::interprocess::intersegmen… in static_pointer_cast() function