Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-subscribe.hpp70 subscriber<T, I> scrbr; member in rxcpp::operators::detail::subscribe_factory
73 : scrbr(std::move(s)) in subscribe_factory()
77 -> decltype(std::forward<Observable>(source).subscribe(std::move(scrbr))) { in operator ()()
78 return std::forward<Observable>(source).subscribe(std::move(scrbr)); in operator ()()
Drx-scan.hpp75 scan_state_type(scan_initial_type i, Subscriber scrbr) in on_subscribe()
78 , out(std::move(scrbr)) in on_subscribe()
Drx-reduce.hpp146 reduce_state_type(reduce_initial_type i, Subscriber scrbr) in on_subscribe()
150 , out(std::move(scrbr)) in on_subscribe()