Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dfor_each_node.cpp62 std::swap(ids_, tempIds_); in CreateTempItems()
74 tempOldIdsSet_.insert(tempIds_.begin(), tempIds_.end()); in CollectRemovingIds()
75 MakeNodeMapById(tempChildren_, tempIds_, oldNodeByIdMap_); in CollectRemovingIds()
105 std::unordered_set<std::string> oldIdsSet(tempIds_.begin(), tempIds_.end()); in CompareAndUpdateChildren()
130 GetId(), tempIds_.size(), ids_.size(), tempOldIdsSet_.size(), additionalChildComps.size()); in CompareAndUpdateChildren()
176 if (ids_ == tempIds_ && !isThisRepeatNode_) { in FlushUpdateAndMarkDirty()
177 tempIds_.clear(); in FlushUpdateAndMarkDirty()
180 tempIds_.clear(); in FlushUpdateAndMarkDirty()
H A Drepeat_node.h58 return tempIds_; in GetTempIds()
76 std::list<std::string> tempIds_; variable
H A Dfor_each_node.h63 return tempIds_; in GetTempIds()
82 std::list<std::string> tempIds_; variable
H A Drepeat_node.cpp41 std::swap(ids_, tempIds_); in CreateTempItems()
112 tempIds_.clear(); in FlushUpdateAndMarkDirty()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/syntax/
H A Dfor_each_syntax_test_ng.cpp213 forEachNode->ids_ = forEachNode->tempIds_;