Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dfor_each_node.cpp148 …:list<RefPtr<UINode>>& additionalChildComps, std::map<std::string, RefPtr<UINode>>& oldNodeByIdMap) in MappingChildWithId() argument
165 auto iter = oldNodeByIdMap.find(newId); in MappingChildWithId()
167 if (iter != oldNodeByIdMap.end() && iter->second) { in MappingChildWithId()
H A Dfor_each_node.h77 std::map<std::string, RefPtr<UINode>>& oldNodeByIdMap);