Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject.cpp131 const auto addIfMatches = [&containers, &uids](const IContainer::Ptr& container) { in FindAllContainers() local
140 addIfMatches(me); in FindAllContainers()
145 addIfMatches(interface_pointer_cast<IContainer>(attachments_)); in FindAllContainers()
148 … IterateShared(attachments_, [&addIfMatches, &containers, &maxCount](const IObject::Ptr& object) { in FindAllContainers()
149 addIfMatches(interface_pointer_cast<IContainer>(object)); in FindAllContainers()
157 addIfMatches(interface_pointer_cast<IContainer>(attachments_)); in FindAllContainers()