Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-buffer_time_count.hpp77 struct buffer_with_time_or_count_observer struct
79 typedef buffer_with_time_or_count_observer<Subscriber> this_type; argument
105buffer_with_time_or_count_observer(composite_subscription cs, dest_type d, buffer_with_time_or_cou… in buffer_with_time_or_count_observer() argument
220 … -> decltype(buffer_with_time_or_count_observer<Subscriber>::make(std::move(dest), initial)) { in operator ()()
221 return buffer_with_time_or_count_observer<Subscriber>::make(std::move(dest), initial); in operator ()()