Home
last modified time | relevance | path

Searched refs:FindAll (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/container/
H A Dfind_cache.h78 BASE_NS::vector<typename Type::Ptr> FindAll() const in META_BEGIN_NAMESPACE()
83 resultAll_ = PtrArrayCast<Type>(container->FindAll(options_)); in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dobject_container.h55 BASE_NS::vector<IObject::Ptr> FindAll(const IContainer::FindOptions& options) const override in META_BEGIN_NAMESPACE()
57 return container_->FindAll(options); in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/container/
H A Dflat_container.h25 …BASE_NS::vector<IObject::Ptr> FindAll(const META_NS::IContainer::FindOptions& options) const overr… in META_BEGIN_NAMESPACE()
H A Dcontainer.h25 …BASE_NS::vector<IObject::Ptr> FindAll(const META_NS::IContainer::FindOptions& options) const overr… in META_BEGIN_NAMESPACE()
H A Dflat_container.cpp32 BASE_NS::vector<IObject::Ptr> FlatContainer::FindAll(const IContainer::FindOptions& options) const in FindAll() function in FlatContainer
H A Dcontainer.cpp34 BASE_NS::vector<IObject::Ptr> Container::FindAll(const META_NS::IContainer::FindOptions& options) c… in FindAll() function in Container
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dmetadata.cpp249 BASE_NS::vector<IObject::Ptr> MetadataPropertyContainer::FindAll(const FindOptions& options) const in FindAll() function in Internal::MetadataPropertyContainer
251 return impl_.FindAll(options); in FindAll()
H A Dattachment_container.cpp186 return ObjectContainerFwd::FindAll({ "", TraversalType::NO_HIERARCHY, uids, strict }); in GetAttachments()
H A Dmetadata.h89 BASE_NS::vector<IObject::Ptr> FindAll(const FindOptions& options) const override; in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation.h300 BASE_NS::vector<IObject::Ptr> FindAll(const IContainer::FindOptions& options) const override in META_BEGIN_NAMESPACE()
302 return GetContainer().FindAll(options); in META_BEGIN_NAMESPACE()
H A Danimation_state.cpp330 return modifierCache_.FindAll(); in GetModifiers()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_container.h117 virtual BASE_NS::vector<IObject::Ptr> FindAll(const FindOptions& options) const = 0;