Searched refs:static_pointer_cast (Results 1 – 6 of 6) sorted by relevance
47 std::shared_ptr<B> pB = std::static_pointer_cast<B>(pA); in main()53 std::shared_ptr<A> pB = std::static_pointer_cast<A>(pA); in main()59 std::shared_ptr<B> pB = std::static_pointer_cast<B>(pA); in main()65 std::shared_ptr<A> pB = std::static_pointer_cast<A>(pA); in main()
172 TypeFilterImplSP filter_sp = std::static_pointer_cast<TypeFilterImpl>(children_sp); in GetFilterForType()236 …ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(childre… in GetSyntheticForType()253 TypeFilterImplSP filter_sp = std::static_pointer_cast<TypeFilterImpl>(children_sp); in GetFilterAtIndex()288 …ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(childre… in GetSyntheticAtIndex()
630 TypeFilterImplSP filter_sp = std::static_pointer_cast<TypeFilterImpl>(synthetic_sp); in GetTypeFilter()653 …ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(childre… in GetTypeSynthetic()
62 using std::static_pointer_cast;273 friend shared_ptr<U> static_pointer_cast(const shared_ptr<V>& rhs);283 shared_ptr<T> static_pointer_cast(const shared_ptr<U>& rhs) {
453 static_pointer_cast(const SharingPtr<U>& r) in static_pointer_cast() function
453 shared_ptr<T> static_pointer_cast(shared_ptr<U> const& r) noexcept;4888 static_pointer_cast(const shared_ptr<_Up>& __r) _NOEXCEPT