Home
last modified time | relevance | path

Searched defs:interface_pointer_cast (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dshared_ptr.h386 BASE_NS::shared_ptr<U> interface_pointer_cast(const BASE_NS::shared_ptr<T>& ptr) in interface_pointer_cast() function
402 BASE_NS::shared_ptr<const U> interface_pointer_cast(const BASE_NS::shared_ptr<const T>& ptr) in interface_pointer_cast() function
419 BASE_NS::shared_ptr<U> interface_pointer_cast(const BASE_NS::weak_ptr<T>& weak) in interface_pointer_cast() function
425 BASE_NS::shared_ptr<const U> interface_pointer_cast(const BASE_NS::weak_ptr<const T>& weak) in interface_pointer_cast() function
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/
H A Dobject_api.h697 BASE_NS::shared_ptr<T> interface_pointer_cast(const META_NS::Object& object) in interface_pointer_cast() function