Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/subjects/
Drx-behavior.hpp80 bool has_observers() const { in has_observers() function in rxcpp::subjects::behavior
81 return s.has_observers(); in has_observers()
Drx-subject.hpp127 bool has_observers() const { in has_observers() function in rxcpp::subjects::detail::multicast_observer
253 bool has_observers() const { in has_observers() function in rxcpp::subjects::subject
254 return s.has_observers(); in has_observers()
Drx-replaysubject.hpp158 bool has_observers() const { in has_observers() function in rxcpp::subjects::replay
159 return s.has_observers(); in has_observers()
Drx-synchronize.hpp174 bool has_observers() const { in has_observers() function in rxcpp::subjects::synchronize
175 return s.has_observers(); in has_observers()
/external/Reactive-Extensions/RxCpp/Rx/v2/test/subjects/
Dsubject.cpp485 checks.push_back(check.next(at, s.has_observers())); in __anon2b91aec51b02()