Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dfor_each_node.cpp74 tempOldIdsSet_.insert(tempIds_.begin(), tempIds_.end()); in CollectRemovingIds()
78 auto oldIdIt = tempOldIdsSet_.find(newId); in CollectRemovingIds()
79 if (oldIdIt != tempOldIdsSet_.end()) { in CollectRemovingIds()
80 tempOldIdsSet_.erase(oldIdIt); in CollectRemovingIds()
84 for (const auto& oldId : tempOldIdsSet_) { in CollectRemovingIds()
116 for (const auto& oldId : tempOldIdsSet_) { in CompareAndUpdateChildren()
130 GetId(), tempIds_.size(), ids_.size(), tempOldIdsSet_.size(), additionalChildComps.size()); in CompareAndUpdateChildren()
139 tempOldIdsSet_.clear(); in CompareAndUpdateChildren()
H A Dfor_each_node.h84 std::unordered_set<std::string> tempOldIdsSet_; variable