Searched refs:timer_id_iter (Results 1 – 2 of 2) sorted by relevance
204 auto timer_id_iter = result.begin(); in OnCreateArcTimers() local206 DVLOG(1) << "Storing clock=" << clock_id << " timer id=" << *timer_id_iter; in OnCreateArcTimers()207 if (!timer_ids_.emplace(clock_id, *timer_id_iter).second) { in OnCreateArcTimers()215 timer_id_iter++; in OnCreateArcTimers()
205 auto timer_id_iter = result.begin(); in OnCreateArcTimers() local207 DVLOG(1) << "Storing clock=" << clock_id << " timer id=" << *timer_id_iter; in OnCreateArcTimers()208 if (!timer_ids_.emplace(clock_id, *timer_id_iter).second) { in OnCreateArcTimers()216 timer_id_iter++; in OnCreateArcTimers()