Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/subjects/
Drx-subject.hpp47 struct completer_type struct in rxcpp::subjects::detail::multicast_observer
48 : public std::enable_shared_from_this<completer_type>
50 ~completer_type() in ~completer_type() argument
53completer_type(std::shared_ptr<state_type> s, const std::shared_ptr<completer_type>& old, observer… in completer_type() function
59 completer_type(std::shared_ptr<state_type> s, const std::shared_ptr<completer_type>& old) in completer_type() function
64 void retain(const std::shared_ptr<completer_type>& old) { in retain() argument
94 mutable std::weak_ptr<completer_type> current_completer;
97 mutable std::shared_ptr<completer_type> completer;
144 b->completer = std::make_shared<completer_type>(b->state, b->completer); in add()
147 b->completer = std::make_shared<completer_type>(b->state, b->completer, o); in add()