Searched refs:to_update (Results 1 – 1 of 1) sorted by relevance
141 static inline void MergeSets(std::set<T>& to_update, const std::set<T>& other) { in MergeSets() argument142 to_update.insert(other.begin(), other.end()); in MergeSets()