Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-subscription.hpp547 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
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