Searched defs:debounce (Results 1 – 5 of 5) sorted by relevance
44 struct debounce struct46 typedef rxu::decay_t<T> source_value_type;47 typedef rxu::decay_t<Coordination> coordination_type;48 typedef typename coordination_type::coordinator_type coordinator_type;49 typedef rxu::decay_t<Duration> duration_type;51 struct debounce_values62 debounce_values initial;64 debounce(duration_type period, coordination_type coordination) in debounce() argument70 struct debounce_observer202 auto operator()(Subscriber dest) const in operator ()()[all …]
19 u32 debounce; member
28 unsigned int debounce[8]; /* 0x54 */ member
854 auto debounce(AN&&... an) const in debounce() function in rxcpp::observable
2238 $.fn.debounce = function(func, wait, immediate) { function