Searched refs:oldIdIt (Results 1 – 1 of 1) sorted by relevance
78 auto oldIdIt = tempOldIdsSet_.find(newId); in CollectRemovingIds() local79 if (oldIdIt != tempOldIdsSet_.end()) { in CollectRemovingIds()80 tempOldIdsSet_.erase(oldIdIt); in CollectRemovingIds()152 auto oldIdIt = oldIdsSet.find(newId); in MappingChildWithId() local153 if (oldIdIt == oldIdsSet.end()) { in MappingChildWithId()