Searched refs:num_times_processing_finished_ (Results 1 – 2 of 2) sorted by relevance
12 TestEventProcessor::TestEventProcessor() : num_times_processing_finished_(0) {} in TestEventProcessor()20 num_times_processing_finished_ = 0; in ResetCounts()36 num_times_processing_finished_++; in OnEventProcessingFinished()
20 return num_times_processing_finished_; in num_times_processing_finished()36 int num_times_processing_finished_; variable