Home
last modified time | relevance | path

Searched refs:on_completed (Results 1 – 25 of 69) sorted by relevance

123

/external/Reactive-Extensions/RxCpp/Rx/v2/examples/doxygen/
Dcreate.cpp12 s.on_completed(); in __anona11559230102()
41 s.on_completed(); in __anona11559230602()
68 s.on_completed(); in __anona11559230902()
84 s.on_completed(); in __anona11559230a02()
/external/Reactive-Extensions/RxCpp/Rx/v2/test/subscriptions/
Dobserver.cpp54 scrbResult.on_completed();
164 dob.on_completed();
168 so.on_completed();
172 dob.on_completed();
176 so.on_completed();
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-window.hpp96 subj[0].get_subscriber().on_completed(); in on_next()
113 void on_completed() const { in on_completed() function
115 s.get_subscriber().on_completed(); in on_completed()
117 dest.on_completed(); in on_completed()
Drx-take_while.hpp73 dest.on_completed(); in on_next()
79 void on_completed() const { in on_completed() function
80 dest.on_completed(); in on_completed()
Drx-tap.hpp99 void on_completed() const { in on_completed() function
100 out.on_completed(); in on_completed()
101 dest.on_completed(); in on_completed()
Drx-all.hpp83 dest.on_completed(); in on_next()
89 void on_completed() const { in on_completed() function
93 dest.on_completed(); in on_completed()
Drx-any.hpp90 dest.on_completed(); in on_next()
96 void on_completed() const { in on_completed() function
100 dest.on_completed(); in on_completed()
Drx-ignore_elements.hpp63 void on_completed() const { in on_completed() function
64 dest.on_completed(); in on_completed()
Drx-distinct.hpp67 void on_completed() const { in on_completed() function
68 dest.on_completed(); in on_completed()
Drx-repeat.hpp55 static inline void on_completed(State& state) { in on_completed() function
59 state->out.on_completed(); in on_completed()
Drx-pairwise.hpp73 void on_completed() const { in on_completed() function
74 dest.on_completed(); in on_completed()
Drx-finally.hpp76 void on_completed() const { in on_completed() function
77 dest.on_completed(); in on_completed()
Drx-retry.hpp57 static inline void on_completed(State& state) { in on_completed() function
58 state->out.on_completed(); in on_completed()
Drx-skip_while.hpp81 void on_completed() const { in on_completed() function
82 dest.on_completed(); in on_completed()
Drx-element_at.hpp77 dest.on_completed(); in on_next()
83 void on_completed() const { in on_completed() function
Drx-window_time_count.hpp149 state->subj.get_subscriber().on_completed(); in release_window()
201 void on_completed() const { in on_completed() function
204 localState->subj.get_subscriber().on_completed(); in on_completed()
205 localState->dest.on_completed(); in on_completed()
Drx-retry-repeat-common.hpp50 EventHandlers::on_completed(state); in do_subscribe()
100 state->out.on_completed(); in on_subscribe()
Drx-filter.hpp85 void on_completed() const { in on_completed() function
86 dest.on_completed(); in on_completed()
Drx-window_toggle.hpp162 it->get_subscriber().on_completed(); in window_toggle_observer()
238 void on_completed() const { in on_completed() function
242 s.get_subscriber().on_completed(); in on_completed()
244 localState->dest.on_completed(); in on_completed()
Drx-distinct_until_changed.hpp80 void on_completed() const { in on_completed() function
81 dest.on_completed(); in on_completed()
Drx-take.hpp110 state->out.on_completed(); in on_subscribe()
122 state->out.on_completed(); in on_subscribe()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/subjects/
Drx-synchronize.hpp121 void on_completed() const { in on_completed() function
124 fill_queue.push_back(notification_type::on_completed()); in on_completed()
156 void on_completed() const { in on_completed() function in rxcpp::subjects::detail::synchronize_observer
157 state->on_completed(); in on_completed()
Drx-subject.hpp154 o.on_completed(); in add()
213 void on_completed() const { in on_completed() function in rxcpp::subjects::detail::multicast_observer
224 o.on_completed(); in on_completed()
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/
Dlift.cpp47 void on_completed() const { in on_completed() function
48 dest.on_completed(); in on_completed()
255 [=](){dest.on_completed();})); in __anon42c5b5c00602()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-observer.hpp110 s.on_completed(); in operator ()()
250 void on_completed() const { in on_completed() function in rxcpp::observer
338 void on_completed() const { in on_completed() function in rxcpp::observer
356 virtual void on_completed() const {}; in on_completed() function
377 virtual void on_completed() const { in on_completed() function
378 destination.on_completed(); in on_completed()
447 void on_completed() const { in on_completed() function in rxcpp::observer
449 destination->on_completed(); in on_completed()

123