Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/include/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
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/include/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
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/include/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