Searched defs:buffer_with_time (Results 1 – 2 of 2) sorted by relevance
67 struct buffer_with_time struct69 typedef rxu::decay_t<T> source_value_type;70 typedef std::vector<source_value_type> value_type;71 typedef rxu::decay_t<Coordination> coordination_type;72 typedef typename coordination_type::coordinator_type coordinator_type;73 typedef rxu::decay_t<Duration> duration_type;75 struct buffer_with_time_values87 buffer_with_time_values initial;89 buffer_with_time(duration_type period, duration_type skip, coordination_type coordination) in buffer_with_time() function95 struct buffer_with_time_observer[all …]
968 auto buffer_with_time(AN&&... an) const in buffer_with_time() function in rxcpp::observable