Searched refs:check_it (Results 1 – 1 of 1) sorted by relevance
1691 WorkerMap::const_iterator check_it = workers_map_.find( in CheckStats() local1693 sat_assert(check_it != workers_map_.end()); in CheckStats()1694 for (WorkerVector::const_iterator it = check_it->second->begin(); in CheckStats()1695 it != check_it->second->end(); ++it) { in CheckStats()