Searched refs:event_index (Results 1 – 1 of 1) sorted by relevance
885 int event_index = diagnostic_events_.size() - 1 - num_events_ago; in DoesPreviousEventMatch() local886 if (event_index < 0) { in DoesPreviousEventMatch()893 return (diagnostic_events_[event_index].type == type && in DoesPreviousEventMatch()894 diagnostic_events_[event_index].phase == phase && in DoesPreviousEventMatch()895 diagnostic_events_[event_index].result == result); in DoesPreviousEventMatch()