Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-subscription.hpp15 struct is_unsubscribe_function struct
225 …-> typename std::enable_if<!is_subscription<I>::value && !detail::is_unsubscribe_function<I>::valu… in make_subscription()
231 -> typename std::enable_if<detail::is_unsubscribe_function<Unsubscribe>::value, in make_subscription()
523 -> typename std::enable_if<detail::is_unsubscribe_function<F>::value, weak_subscription>::type { in add()
593 -> typename std::enable_if<detail::is_unsubscribe_function<F>::value, weak_subscription>::type { in add()
Drx-scheduler.hpp600 …-> typename std::enable_if<rxcpp::detail::is_unsubscribe_function<F>::value, weak_subscription>::t… in add()
Drx-subscriber.hpp208 -> typename std::enable_if<detail::is_unsubscribe_function<F>::value, weak_subscription>::type { in add()