Searched defs:buffer_with_time_or_count (Results 1 – 2 of 2) sorted by relevance
49 struct buffer_with_time_or_count struct51 typedef rxu::decay_t<T> source_value_type;52 typedef std::vector<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 buffer_with_time_or_count_values69 buffer_with_time_or_count_values initial;71 buffer_with_time_or_count(duration_type period, int count, coordination_type coordination) in buffer_with_time_or_count() function77 struct buffer_with_time_or_count_observer[all …]
979 auto buffer_with_time_or_count(AN&&... an) const in buffer_with_time_or_count() function in rxcpp::observable