Searched refs:dataItemIdsForThisClient (Results 1 – 4 of 4) sorted by relevance
328 unordered_set<DataItemId> dataItemIdsForThisClient( in notify() local330 for (auto itr = dataItemIdsForThisClient.begin(); in notify()331 itr != dataItemIdsForThisClient.end(); ) { in notify()333 itr = dataItemIdsForThisClient.erase(itr); in notify()339 mParent->sendCachedDataItems(dataItemIdsForThisClient, client); in notify()
331 unordered_set<DataItemId> dataItemIdsForThisClient( in notify() local333 for (auto itr = dataItemIdsForThisClient.begin(); in notify()334 itr != dataItemIdsForThisClient.end(); ) { in notify()336 itr = dataItemIdsForThisClient.erase(itr); in notify()342 mParent->sendCachedDataItems(dataItemIdsForThisClient, client); in notify()