Searched refs:buffer_with_time_or_count_values (Results 1 – 1 of 1) sorted by relevance
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
D | rx-buffer_time_count.hpp | 57 struct buffer_with_time_or_count_values struct 59 buffer_with_time_or_count_values(duration_type p, int n, coordination_type c) in buffer_with_time_or_count_values() function 69 buffer_with_time_or_count_values initial; 84 struct buffer_with_time_or_count_subscriber_values : public buffer_with_time_or_count_values 86 …t_subscriber_values(composite_subscription cs, dest_type d, buffer_with_time_or_count_values v, co… in buffer_with_time_or_count_subscriber_values() 87 : buffer_with_time_or_count_values(std::move(v)) in buffer_with_time_or_count_subscriber_values() 105 …e_or_count_observer(composite_subscription cs, dest_type d, buffer_with_time_or_count_values v, co… in buffer_with_time_or_count_observer() 210 …tatic subscriber<T, observer<T, this_type>> make(dest_type d, buffer_with_time_or_count_values v) { in make()
|