Searched refs:GetPointer (Results 1 – 5 of 5) sorted by relevance
29 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() function46 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() function53 return GetPointer(p->GetValue()); in GetPointer()57 inline BASE_NS::shared_ptr<Interface> GetPointer(const IProperty::ConstPtr& p) in GetPointer() function59 return interface_pointer_cast<Interface>(GetPointer(p)); in GetPointer()
76 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()
63 if (auto obj = GetPointer<IObjectInstance>(prop)) { in ResolvePropertySegment()
128 if (auto iptr = interface_cast<IPostProcessEffectPrivate>(GetPointer(prop))) { in Build()135 … interface_cast<IPostProcessEffectPrivate>(GetPointer(intPtr))) { in Build()
320 if (auto intf = GetPointer(entity)) { in ImportPointer()