Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/subjects/
Drx-behavior.hpp17 class behavior_observer : public detail::multicast_observer<T> class
19 typedef behavior_observer<T> this_type;
46 behavior_observer(T f, composite_subscription l) in behavior_observer() function in rxcpp::subjects::detail::behavior_observer
53 …er<T>(this->get_id(), this->get_subscription(), observer<T, detail::behavior_observer<T>>(*this)).… in get_subscriber()
72 detail::behavior_observer<T> s;