Searched refs:window_with_time_values (Results 1 – 1 of 1) sorted by relevance
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
D | rx-window_time.hpp | 67 struct window_with_time_values struct 69 window_with_time_values(duration_type p, duration_type s, coordination_type c) in window_with_time_values() argument 79 window_with_time_values initial; 94 struct window_with_time_subscriber_values : public window_with_time_values 96 …h_time_subscriber_values(composite_subscription cs, dest_type d, window_with_time_values v, coordi… in window_with_time_subscriber_values() 97 : window_with_time_values(v) in window_with_time_subscriber_values() 114 …window_with_time_observer(composite_subscription cs, dest_type d, window_with_time_values v, coord… in window_with_time_observer() 232 static subscriber<T, observer_type> make(dest_type d, window_with_time_values v) { in make()
|