Searched refs:oldElmtsByIdMap (Results 1 – 1 of 1) sorted by relevance
137 std::map<std::string, Ace::RefPtr<Element>> oldElmtsByIdMap; in LocalizedUpdate() local138 MakeElementByIdMap(GetChildren(), oldIds, oldElmtsByIdMap); in LocalizedUpdate()143 ACE_DCHECK(GetChildren().size() == oldElmtsByIdMap.size()); in LocalizedUpdate()161 auto iter = oldElmtsByIdMap.find(newId); in LocalizedUpdate()175 auto iter = oldElmtsByIdMap.find(oldId); in LocalizedUpdate()