Home
last modified time | relevance | path

Searched defs:oldIdsSet (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_foreach_ffi.cpp108 std::unordered_set<std::string> oldIdsSet(previousIDList.begin(), previousIDList.end()); in FfiOHOSAceFrameworkViewSetIdArray() local
180 std::unordered_set<std::string> oldIdsSet(previousIDList.begin(), previousIDList.end()); in FfiOHOSAceFrameworkViewSetIdArrayReturnStruct() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dfor_each_node.cpp105 std::unordered_set<std::string> oldIdsSet(tempIds_.begin(), tempIds_.end()); in CompareAndUpdateChildren() local
147 void ForEachNode::MappingChildWithId(std::unordered_set<std::string>& oldIdsSet, in MappingChildWithId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_part_upd/foreach/
H A Dforeach_element.cpp128 std::unordered_set<std::string> oldIdsSet(oldIds.begin(), oldIds.end()); in LocalizedUpdate() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_foreach.cpp161 std::unordered_set<std::string> oldIdsSet(previousIDList.begin(), previousIDList.end()); in SetIdArray() local