Searched refs:scrbr (Results 1 – 3 of 3) sorted by relevance
70 subscriber<T, I> scrbr; member in rxcpp::operators::detail::subscribe_factory73 : 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 ()()
75 scan_state_type(scan_initial_type i, Subscriber scrbr) in on_subscribe()78 , out(std::move(scrbr)) in on_subscribe()
146 reduce_state_type(reduce_initial_type i, Subscriber scrbr) in on_subscribe()150 , out(std::move(scrbr)) in on_subscribe()