Home
last modified time | relevance | path

Searched refs:to_update (Results 1 – 1 of 1) sorted by relevance

/art/runtime/base/
Dstl_util.h141 static inline void MergeSets(std::set<T>& to_update, const std::set<T>& other) { in MergeSets() argument
142 to_update.insert(other.begin(), other.end()); in MergeSets()