Home
last modified time | relevance | path

Searched refs:repeat_ (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dtimer.cpp18 void Timer::Impl::start(uint64_t timeout, uint64_t repeat_, std::function<void ()>&& cb) { in start() argument
19 repeat = repeat_; in start()