Searched refs:META_EXT_CALL_BASE (Results 1 - 2 of 2) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/ |
H A D | object_container.h | 116 return META_EXT_CALL_BASE(IRequiredInterfaces, SetRequiredInterfaces(interfaces)); 120 return META_EXT_CALL_BASE(IRequiredInterfaces, GetRequiredInterfaces()); 126 return META_EXT_CALL_BASE(IContainerProxyParent, SetProxyParent(parent)); 132 META_EXT_CALL_BASE(ILockable, LockShared()); 136 META_EXT_CALL_BASE(ILockable, UnlockShared()); 140 META_EXT_CALL_BASE(ILockable, Lock()); 144 META_EXT_CALL_BASE(ILockable, Unlock()); 150 return META_EXT_CALL_BASE(IIterable, Iterate(params)); 154 return META_EXT_CALL_BASE(IIterable, Iterate(params));
|
H A D | object.h | 303 #define META_EXT_CALL_BASE(Interface, Function) Super::template GetBaseAs<Interface>()->Function macro 445 META_EXT_CALL_BASE(IObjectContextProvider, ResetObjectContext()); 479 return META_EXT_CALL_BASE(IAttach, Attach(attachment, dataContext)); 484 return META_EXT_CALL_BASE(IAttach, Detach(attachment)); 488 return META_EXT_CALL_BASE(IAttach, GetAttachments(uids, strict)); 492 return META_EXT_CALL_BASE(IAttach, HasAttachments()); 496 return META_EXT_CALL_BASE(IAttach, GetAttachmentContainer(initializeAlways)); 503 return META_EXT_CALL_BASE(IContainerQuery, FindAllContainers(options));
|
Completed in 1 milliseconds