Searched refs:oldNodeByIdMap (Results 1 – 2 of 2) sorted by relevance
148 …:list<RefPtr<UINode>>& additionalChildComps, std::map<std::string, RefPtr<UINode>>& oldNodeByIdMap) in MappingChildWithId() argument165 auto iter = oldNodeByIdMap.find(newId); in MappingChildWithId()167 if (iter != oldNodeByIdMap.end() && iter->second) { in MappingChildWithId()
77 std::map<std::string, RefPtr<UINode>>& oldNodeByIdMap);