Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-with_latest_from.hpp136 void subscribe_one(std::shared_ptr<State> state) const { in subscribe_one() function
196 bool subscribed[] = {(subscribe_one<(sizeof...(IndexN)) - 1 - IndexN>(state), true)...}; in subscribe_all()
Drx-combine_latest.hpp136 void subscribe_one(std::shared_ptr<State> state) const { in subscribe_one() function
196 bool subscribed[] = {(subscribe_one<IndexN>(state), true)...}; in subscribe_all()
Drx-zip.hpp170 void subscribe_one(std::shared_ptr<State> state) const { in subscribe_one() function
228 bool subscribed[] = {(subscribe_one<IndexN>(state), true)...}; in subscribe_all()