Searched refs:static_pointer_cast (Results 1 – 12 of 12) sorted by relevance
115 return Immutable<S>(std::static_pointer_cast<const S>(u.ptr)); in staticImmutableCast()
581 static_pointer_cast(const shared_ptr<_Up>& __r) noexcept in _GLIBCXX_VISIBILITY()624 static_pointer_cast(shared_ptr<_Up>&& __r) noexcept in _GLIBCXX_VISIBILITY()
1580 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) noexcept in _GLIBCXX_VISIBILITY()
751 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) in _GLIBCXX_VISIBILITY()1054 static_pointer_cast(const shared_ptr<_Tp1>& __r) in _GLIBCXX_VISIBILITY()
878 template<class T, class U> shared_ptr<T> static_pointer_cast( shared_ptr<U> const & r ) BOOST_SP_NO… in static_pointer_cast() function920 template<class T, class U> shared_ptr<T> static_pointer_cast( shared_ptr<U> && r ) BOOST_SP_NOEXCEPT in static_pointer_cast() function
386 static_pointer_cast(const shared_ptr<_Tp1>& __r) noexcept in _GLIBCXX_VISIBILITY()
491 shared_ptr<T> static_pointer_cast(shared_ptr<U> const& r) noexcept;4958 static_pointer_cast(const shared_ptr<_Up>& __r) _NOEXCEPT