Home
last modified time | relevance | path

Searched refs:buffer_count_values (Results 1 – 1 of 1) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-buffer_count.hpp52 struct buffer_count_values struct
54 buffer_count_values(int c, int s) in buffer_count_values() argument
63 buffer_count_values initial;
71 struct buffer_count_observer : public buffer_count_values
81 buffer_count_observer(dest_type d, buffer_count_values v) in buffer_count_observer()
82 : buffer_count_values(v) in buffer_count_observer()
118 static subscriber<T, observer<T, this_type>> make(dest_type d, buffer_count_values v) { in make()