Searched refs:tempOldIdsSet_ (Results 1 – 2 of 2) sorted by relevance
74 tempOldIdsSet_.insert(tempIds_.begin(), tempIds_.end()); in CollectRemovingIds()78 auto oldIdIt = tempOldIdsSet_.find(newId); in CollectRemovingIds()79 if (oldIdIt != tempOldIdsSet_.end()) { in CollectRemovingIds()80 tempOldIdsSet_.erase(oldIdIt); in CollectRemovingIds()84 for (const auto& oldId : tempOldIdsSet_) { in CollectRemovingIds()116 for (const auto& oldId : tempOldIdsSet_) { in CompareAndUpdateChildren()130 GetId(), tempIds_.size(), ids_.size(), tempOldIdsSet_.size(), additionalChildComps.size()); in CompareAndUpdateChildren()139 tempOldIdsSet_.clear(); in CompareAndUpdateChildren()
84 std::unordered_set<std::string> tempOldIdsSet_; variable