Searched defs:interface_pointer_cast (Results 1 – 2 of 2) sorted by relevance
386 BASE_NS::shared_ptr<U> interface_pointer_cast(const BASE_NS::shared_ptr<T>& ptr) in interface_pointer_cast() function402 BASE_NS::shared_ptr<const U> interface_pointer_cast(const BASE_NS::shared_ptr<const T>& ptr) in interface_pointer_cast() function419 BASE_NS::shared_ptr<U> interface_pointer_cast(const BASE_NS::weak_ptr<T>& weak) in interface_pointer_cast() function425 BASE_NS::shared_ptr<const U> interface_pointer_cast(const BASE_NS::weak_ptr<const T>& weak) in interface_pointer_cast() function
697 BASE_NS::shared_ptr<T> interface_pointer_cast(const META_NS::Object& object) in interface_pointer_cast() function