HomeSort by relevance Sort by last modified time
    Searched refs:shared_empty (Results 1 - 2 of 2) sorted by null

  /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
rx-subscription.hpp 449 inline composite_subscription shared_empty();
500 return detail::shared_empty();
547 inline composite_subscription shared_empty() { function in namespace:rxcpp::detail
548 static composite_subscription shared_empty = composite_subscription(tag_composite_subscription_empty()); local
549 return shared_empty;
rx-scheduler.hpp 31 inline action_ptr shared_empty() { function in namespace:rxcpp::schedulers::detail
32 static action_ptr shared_empty = std::make_shared<detail::action_type>(); local
33 return shared_empty;
145 return action(detail::shared_empty());

Completed in 732 milliseconds