Searched refs:tempIds_ (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | for_each_node.cpp | 62 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 D | repeat_node.h | 58 return tempIds_; in GetTempIds() 76 std::list<std::string> tempIds_; variable
|
H A D | for_each_node.h | 63 return tempIds_; in GetTempIds() 82 std::list<std::string> tempIds_; variable
|
H A D | repeat_node.cpp | 41 std::swap(ids_, tempIds_); in CreateTempItems() 112 tempIds_.clear(); in FlushUpdateAndMarkDirty()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/syntax/ |
H A D | for_each_syntax_test_ng.cpp | 213 forEachNode->ids_ = forEachNode->tempIds_;
|