Searched defs:RepeatingTimer (Results 1 – 2 of 2) sorted by relevance
254 RepeatingTimer() : RepeatingTimer(nullptr) {} in RepeatingTimer() function255 explicit RepeatingTimer(const TickClock* tick_clock) in RepeatingTimer() function258 RepeatingTimer(const Location& posted_from, in RepeatingTimer() function262 RepeatingTimer(const Location& posted_from, in RepeatingTimer() function
448 TEST(TimerTest, RepeatingTimer) { in TEST() argument