Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-subscription.hpp449 inline composite_subscription shared_empty();
500 return detail::shared_empty(); in empty()
547 inline composite_subscription shared_empty() { in shared_empty() function
548 …static composite_subscription shared_empty = composite_subscription(tag_composite_subscription_emp… in shared_empty() local
549 return shared_empty; in shared_empty()
Drx-scheduler.hpp31 inline action_ptr shared_empty() { in shared_empty() function
32 static action_ptr shared_empty = std::make_shared<detail::action_type>(); in shared_empty() local
33 return shared_empty; in shared_empty()
145 return action(detail::shared_empty()); in empty()