Searched refs:const_pointer_cast (Results 1 – 12 of 12) sorted by relevance
63 : ptr(std::const_pointer_cast<const S>(std::move(s.ptr))) {} in Immutable()75 ptr = std::const_pointer_cast<const S>(std::move(s.ptr)); in operator =()
590 const_pointer_cast(const shared_ptr<_Up>& __r) noexcept in _GLIBCXX_VISIBILITY()634 const_pointer_cast(shared_ptr<_Up>&& __r) noexcept in _GLIBCXX_VISIBILITY()
1593 const_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) noexcept in _GLIBCXX_VISIBILITY()
761 const_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) in _GLIBCXX_VISIBILITY()1059 const_pointer_cast(const shared_ptr<_Tp1>& __r) in _GLIBCXX_VISIBILITY()
888 template<class T, class U> shared_ptr<T> const_pointer_cast( shared_ptr<U> const & r ) BOOST_SP_NOE… in const_pointer_cast() function930 template<class T, class U> shared_ptr<T> const_pointer_cast( shared_ptr<U> && r ) BOOST_SP_NOEXCEPT in const_pointer_cast() function
404 const_pointer_cast(const shared_ptr<_Tp1>& __r) noexcept in _GLIBCXX_VISIBILITY()
495 shared_ptr<T> const_pointer_cast(shared_ptr<U> const& r) noexcept;4982 const_pointer_cast(const shared_ptr<_Up>& __r) _NOEXCEPT