Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/subjects/
Drx-subject.hpp80 struct binder_type struct in rxcpp::subjects::detail::multicast_observer
81 : public std::enable_shared_from_this<binder_type>
83 explicit binder_type(composite_subscription cs) in binder_type() argument
100 std::shared_ptr<binder_type> b;
106 : b(std::make_shared<binder_type>(cs)) in multicast_observer()
108 std::weak_ptr<binder_type> binder = b; in multicast_observer()
139 std::weak_ptr<binder_type> binder = b; in add()