Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dfor_each_node.cpp78 auto oldIdIt = tempOldIdsSet_.find(newId); in CollectRemovingIds() local
79 if (oldIdIt != tempOldIdsSet_.end()) { in CollectRemovingIds()
80 tempOldIdsSet_.erase(oldIdIt); in CollectRemovingIds()
152 auto oldIdIt = oldIdsSet.find(newId); in MappingChildWithId() local
153 if (oldIdIt == oldIdsSet.end()) { in MappingChildWithId()