Searched refs:buffer_with_time_values (Results 1 – 1 of 1) sorted by relevance
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
D | rx-buffer_time.hpp | 75 struct buffer_with_time_values struct 77 buffer_with_time_values(duration_type p, duration_type s, coordination_type c) in buffer_with_time_values() argument 87 buffer_with_time_values initial; 102 struct buffer_with_time_subscriber_values : public buffer_with_time_values 104 …h_time_subscriber_values(composite_subscription cs, dest_type d, buffer_with_time_values v, coordi… in buffer_with_time_subscriber_values() 105 : buffer_with_time_values(v) in buffer_with_time_subscriber_values() 122 …buffer_with_time_observer(composite_subscription cs, dest_type d, buffer_with_time_values v, coord… in buffer_with_time_observer() 236 static subscriber<T, observer<T, this_type>> make(dest_type d, buffer_with_time_values v) { in make()
|