Searched refs:weak_subscription (Results 1 – 6 of 6) sorted by relevance
245 typedef subscription::weak_state_type weak_subscription; typedef in rxcpp::detail::composite_subscription_inner284 inline weak_subscription add(subscription s) { in add()305 inline void remove(weak_subscription w) { in remove()423 inline weak_subscription add(subscription s) const { in add()429 inline void remove(weak_subscription w) const { in remove()465 typedef subscription::weak_state_type weak_subscription; typedef in rxcpp::composite_subscription508 inline weak_subscription add(subscription s) const { in add()523 -> typename std::enable_if<detail::is_unsubscribe_function<F>::value, weak_subscription>::type { in add()527 inline void remove(weak_subscription w) const { in remove()558 typedef typename composite_subscription::weak_subscription weak_subscription; typedef in rxcpp::resource[all …]
209 typedef composite_subscription::weak_subscription weak_subscription; typedef in rxcpp::schedulers::worker237 inline weak_subscription add(subscription s) const { in add()240 inline void remove(weak_subscription w) const { in remove()434 composite_subscription::weak_subscription action_scope;504 typedef composite_subscription::weak_subscription weak_subscription; typedef in rxcpp::schedulers::schedulable541 , action_scope(scbl.scoped ? controller.lock().add(lifetime) : weak_subscription()) in schedulable()595 inline weak_subscription add(subscription s) const { in add()600 …-> typename std::enable_if<rxcpp::detail::is_unsubscribe_function<F>::value, weak_subscription>::t… in add()603 inline void remove(weak_subscription w) const { in remove()
105 typedef typename composite_subscription::weak_subscription weak_subscription; typedef in rxcpp::subscriber203 weak_subscription add(subscription s) const { in add()208 -> typename std::enable_if<detail::is_unsubscribe_function<F>::value, weak_subscription>::type { in add()211 void remove(weak_subscription w) const { in remove()
57 composite_subscription::weak_subscription lifetime_token;
50 rxu::detail::maybe<typename composite_subscription::weak_subscription> connection;
105 typedef std::vector<typename composite_subscription::weak_subscription> bindings_type;