Searched defs:window_with_time_or_count (Results 1 – 2 of 2) sorted by relevance
49 struct window_with_time_or_count struct51 typedef rxu::decay_t<T> source_value_type;52 typedef observable<source_value_type> value_type;53 typedef rxu::decay_t<Coordination> coordination_type;54 typedef typename coordination_type::coordinator_type coordinator_type;55 typedef rxu::decay_t<Duration> duration_type;57 struct window_with_time_or_count_values69 window_with_time_or_count_values initial;71 window_with_time_or_count(duration_type period, int count, coordination_type coordination) in window_with_time_or_count() function77 struct window_with_time_or_count_observer[all …]
931 auto window_with_time_or_count(AN&&... an) const in window_with_time_or_count() function in rxcpp::observable