Home
last modified time | relevance | path

Searched refs:FindAllContainers (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_container_query.h50 virtual BASE_NS::vector<IContainer::Ptr> FindAllContainers(const ContainerFindOptions& options) const = 0;
54 BASE_NS::vector<IContainer::Ptr> FindAllContainers(const BASE_NS::vector<BASE_NS::Uid>& uids) const in FindAllContainers() function in IContainerQuery
56 return FindAllContainers(ContainerFindOptions { uids, 0 }); in FindAllContainers()
61 BASE_NS::vector<IContainer::Ptr> FindAllContainers() const in FindAllContainers() function in IContainerQuery
63 return FindAllContainers(ContainerFindOptions {}); in FindAllContainers()
69 BASE_NS::vector<IContainer::Ptr> FindAllContainers() const in FindAllContainers() function in IContainerQuery
72 return FindAllContainers({ { T::UID }, 0 }); in FindAllContainers()
81 if (auto c = FindAllContainers({ { T::UID }, 1 }); !c.empty()) { in FindAnyContainer()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject.h59 BASE_NS::vector<IContainer::Ptr> FindAllContainers(const ContainerFindOptions& options) const override;
H A Dobject.cpp126 BASE_NS::vector<IContainer::Ptr> Object::FindAllContainers(const ContainerFindOptions& options) const in FindAllContainers() function in Internal::Object
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dobject.h500 BASE_NS::vector<IContainer::Ptr> FindAllContainers(
503 return META_EXT_CALL_BASE(IContainerQuery, FindAllContainers(options));

Completed in 2 milliseconds