Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-buffer_count.hpp71 struct buffer_count_observer : public buffer_count_values struct
73 typedef buffer_count_observer<Subscriber> this_type; argument
81 buffer_count_observer(dest_type d, buffer_count_values v) in buffer_count_observer() argument
126 -> decltype(buffer_count_observer<Subscriber>::make(std::move(dest), initial)) { in operator ()()
127 return buffer_count_observer<Subscriber>::make(std::move(dest), initial); in operator ()()