Searched refs:first_timer_ (Results 1 – 4 of 4) sorted by relevance
266 bool first_timer_; // True if the timer has not been called. variable
73 first_timer_(true), in BackendImplV3()344 first_timer_ = false; in OnTimerTick()345 if (first_timer_) { in OnTimerTick()346 first_timer_ = false; in OnTimerTick()
390 bool first_timer_; // True if the timer has not been called. variable
132 first_timer_(true), in BackendImpl()159 first_timer_(true), in BackendImpl()1090 first_timer_ = false; in OnStatsTimer()1091 if (first_timer_) { in OnStatsTimer()1092 first_timer_ = false; in OnStatsTimer()