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