Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-scheduler.hpp20 typedef std::shared_ptr<action_type> action_ptr; typedef
31 inline action_ptr shared_empty() { in shared_empty()
32 static action_ptr shared_empty = std::make_shared<detail::action_type>(); in shared_empty()
133 detail::action_ptr inner;
138 explicit action(detail::action_ptr i) in action()