Searched refs:tickables (Results 1 – 1 of 1) sorted by relevance
392 BASE_NS::vector<ITickable::Ptr> tickables; in GetTickables() local393 tickables.reserve(weaks.size()); in GetTickables()396 tickables.emplace_back(BASE_NS::move(tick)); in GetTickables()399 return tickables; in GetTickables()431 const auto tickables = GetTickables(); in TickAll() local432 if (!tickables.empty()) { in TickAll()434 for (auto&& tickable : tickables) { in TickAll()