Home
last modified time | relevance | path

Searched refs:GetPointer (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dutil.h29 inline BASE_NS::shared_ptr<CORE_NS::IInterface> GetPointer(const IAny& any) in META_BEGIN_NAMESPACE()
44 inline BASE_NS::shared_ptr<Interface> GetPointer(const IAny& any) in GetPointer() function
46 return interface_pointer_cast<Interface>(GetPointer(any)); in GetPointer()
50 inline BASE_NS::shared_ptr<CORE_NS::IInterface> GetPointer(const IProperty::ConstPtr& p) in GetPointer() function
53 return GetPointer(p->GetValue()); in GetPointer()
57 inline BASE_NS::shared_ptr<Interface> GetPointer(const IProperty::ConstPtr& p) in GetPointer() function
59 return interface_pointer_cast<Interface>(GetPointer(p)); in GetPointer()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dproxy_object.cpp76 if (auto proxy = GetPointer<IProxyObject>(p)) { in SerializeEmbeddedProxy()
193 if (auto proxy = GetPointer<IProxyObject>(p)) { in ReflectHierarchy()
204 if (auto tp = GetPointer<IObject>(p)) { in ReflectTargetForProperty()
H A Dref_uri_util.cpp63 if (auto obj = GetPointer<IObjectInstance>(prop)) { in ResolvePropertySegment()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dpostprocess_impl.cpp128 if (auto iptr = interface_cast<IPostProcessEffectPrivate>(GetPointer(prop))) { in Build()
135 … interface_cast<IPostProcessEffectPrivate>(GetPointer(intPtr))) { in Build()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Dimporter.cpp320 if (auto intf = GetPointer(entity)) { in ImportPointer()