Searched refs:clientSet (Results 1 – 4 of 4) sorted by relevance
319 unordered_set<IDataItemObserver*> clientSet(0); in notify() local323 clientSet.insert(clients->begin(), clients->end()); in notify()327 for (auto client : clientSet) { in notify()
322 unordered_set<IDataItemObserver*> clientSet = {}; in notify() local326 clientSet.insert(clients->begin(), clients->end()); in notify()330 for (auto client : clientSet) { in notify()