Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-subscription.hpp45 unsubscribe_call_type unsubscribe_call; member in rxcpp::static_subscription
51 : unsubscribe_call(o.unsubscribe_call) in static_subscription()
55 : unsubscribe_call(std::move(o.unsubscribe_call)) in static_subscription()
59 : unsubscribe_call(std::move(s)) in static_subscription()
63 unsubscribe_call(); in unsubscribe()