Searched defs:window_with_time_or_count_observer (Results 1 – 1 of 1) sorted by relevance
77 struct window_with_time_or_count_observer struct79 typedef window_with_time_or_count_observer<Subscriber> this_type;80 typedef rxu::decay_t<T> value_type;81 typedef rxu::decay_t<Subscriber> dest_type;82 typedef observer<T, this_type> observer_type;84 struct window_with_time_or_count_subscriber_values : public window_with_time_or_count_values104 typedef std::shared_ptr<window_with_time_or_count_subscriber_values> state_type;105 state_type state;107 …window_with_time_or_count_observer(composite_subscription cs, dest_type d, window_with_time_or_cou… in window_with_time_or_count_observer() argument144 …ble&)> release_window(int id, rxsc::scheduler::clock_type::time_point expected, state_type state) { in release_window()[all …]