Home
last modified time | relevance | path

Searched refs:coordinator_type (Results 1 – 25 of 32) sorted by relevance

12

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/subjects/
Drx-replaysubject.hpp23 typedef typename coordination_type::coordinator_type coordinator_type; typedef
37 typedef typename traits::coordinator_type coordinator_type; typedef in rxcpp::subjects::detail::replay_observer
49 mutable coordinator_type coordinator;
63 …_type _count, period_type _period, coordination_type _coordination, coordinator_type _coordinator,… in replay_observer_state()
114 coordinator_type& get_coordinator() const { in get_coordinator()
Drx-synchronize.hpp23 typedef typename coordination_type::coordinator_type coordinator_type; typedef in rxcpp::subjects::detail::synchronize_observer
24 typedef typename coordinator_type::template get<subscriber<T>>::type output_type;
47 coordinator_type coordinator;
96 … synchronize_observer_state(coordinator_type coor, composite_subscription cs, output_type scbr) in synchronize_observer_state()
238 typedef coordinator<input_type> coordinator_type; typedef in rxcpp::synchronize_in_one_worker
244 …inline coordinator_type create_coordinator(composite_subscription cs = composite_subscription()) c… in create_coordinator()
246 return coordinator_type(input_type(std::move(w))); in create_coordinator()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-observe_on.hpp50 typedef typename coordination_type::coordinator_type coordinator_type; typedef
88 coordinator_type coordinator;
91 observe_on_state(dest_type d, coordinator_type coor, composite_subscription cs) in observe_on_state()
181 observe_on_observer(dest_type d, coordinator_type coor, composite_subscription cs) in observe_on_observer()
307 typedef coordinator<input_type> coordinator_type; typedef in rxcpp::observe_on_one_worker
313 …inline coordinator_type create_coordinator(composite_subscription cs = composite_subscription()) c… in create_coordinator()
315 return coordinator_type(input_type(std::move(w))); in create_coordinator()
Drx-switch_on_next.hpp59 typedef typename coordination_type::coordinator_type coordinator_type; typedef
88 switch_state_type(values i, coordinator_type coor, output_type oarg) in on_subscribe()
100 coordinator_type coordinator; in on_subscribe()
Drx-sample_time.hpp48 typedef typename coordination_type::coordinator_type coordinator_type; typedef
78 …scriber_value(composite_subscription cs, dest_type d, sample_with_time_value v, coordinator_type c) in sample_with_time_subscriber_value()
88 coordinator_type coordinator;
94 …time_observer(composite_subscription cs, dest_type d, sample_with_time_value v, coordinator_type c) in sample_with_time_observer()
Drx-delay.hpp48 typedef typename coordination_type::coordinator_type coordinator_type; typedef
78 …delay_subscriber_values(composite_subscription cs, dest_type d, delay_values v, coordinator_type c) in delay_subscriber_values()
89 coordinator_type coordinator;
95 delay_observer(composite_subscription cs, dest_type d, delay_values v, coordinator_type c) in delay_observer()
Drx-buffer_time_count.hpp54 typedef typename coordination_type::coordinator_type coordinator_type; typedef
86 …ues(composite_subscription cs, dest_type d, buffer_with_time_or_count_values v, coordinator_type c) in buffer_with_time_or_count_subscriber_values()
97 coordinator_type coordinator;
105 …ver(composite_subscription cs, dest_type d, buffer_with_time_or_count_values v, coordinator_type c) in buffer_with_time_or_count_observer()
Drx-timeout.hpp56 typedef typename coordination_type::coordinator_type coordinator_type; typedef
87 …out_subscriber_values(composite_subscription cs, dest_type d, timeout_values v, coordinator_type c) in timeout_subscriber_values()
99 coordinator_type coordinator;
106 … timeout_observer(composite_subscription cs, dest_type d, timeout_values v, coordinator_type c) in timeout_observer()
Drx-window_time_count.hpp54 typedef typename coordination_type::coordinator_type coordinator_type; typedef
86 …ues(composite_subscription cs, dest_type d, window_with_time_or_count_values v, coordinator_type c) in window_with_time_or_count_subscriber_values()
98 coordinator_type coordinator;
107 …ver(composite_subscription cs, dest_type d, window_with_time_or_count_values v, coordinator_type c) in window_with_time_or_count_observer()
Drx-debounce.hpp48 typedef typename coordination_type::coordinator_type coordinator_type; typedef
79 …ce_subscriber_values(composite_subscription cs, dest_type d, debounce_values v, coordinator_type c) in debounce_subscriber_values()
91 coordinator_type coordinator;
99 … debounce_observer(composite_subscription cs, dest_type d, debounce_values v, coordinator_type c) in debounce_observer()
Drx-window_toggle.hpp56 using coordinator_type = typename coordination_type::coordinator_type; typedef
92 …bscriber_values(composite_subscription cs, dest_type d, window_toggle_values v, coordinator_type c) in window_toggle_subscriber_values()
102 coordinator_type coordinator;
108 …toggle_observer(composite_subscription cs, dest_type d, window_toggle_values v, coordinator_type c) in window_toggle_observer()
Drx-merge.hpp80 typedef typename coordination_type::coordinator_type coordinator_type; typedef
109 merge_state_type(values i, coordinator_type coor, output_type oarg) in on_subscribe()
121 coordinator_type coordinator; in on_subscribe()
Drx-take_until.hpp64 typedef typename coordination_type::coordinator_type coordinator_type; typedef
103 take_until_state_type(const values& i, coordinator_type coor, const output_type& oarg) in on_subscribe()
115 coordinator_type coordinator; in on_subscribe()
Drx-merge_delay_error.hpp73 typedef typename coordination_type::coordinator_type coordinator_type; typedef
102 merge_state_type(values i, coordinator_type coor, output_type oarg) in on_subscribe()
115 coordinator_type coordinator; in on_subscribe()
Drx-skip_until.hpp54 typedef typename coordination_type::coordinator_type coordinator_type; typedef
93 state_type(const values& i, coordinator_type coor, const output_type& oarg) in on_subscribe()
105 coordinator_type coordinator; in on_subscribe()
Drx-amb.hpp76 typedef typename coordination_type::coordinator_type coordinator_type; typedef
105 amb_state_type(values i, coordinator_type coor, output_type oarg) in on_subscribe()
115 coordinator_type coordinator; in on_subscribe()
Drx-concat.hpp72 typedef typename coordination_type::coordinator_type coordinator_type; typedef
105 concat_state_type(values i, coordinator_type coor, output_type oarg) in on_subscribe()
173 coordinator_type coordinator; in on_subscribe()
Drx-buffer_time.hpp72 typedef typename coordination_type::coordinator_type coordinator_type; typedef
104 …riber_values(composite_subscription cs, dest_type d, buffer_with_time_values v, coordinator_type c) in buffer_with_time_subscriber_values()
115 coordinator_type coordinator;
122 …ime_observer(composite_subscription cs, dest_type d, buffer_with_time_values v, coordinator_type c) in buffer_with_time_observer()
Drx-window_time.hpp64 typedef typename coordination_type::coordinator_type coordinator_type; typedef
96 …riber_values(composite_subscription cs, dest_type d, window_with_time_values v, coordinator_type c) in window_with_time_subscriber_values()
107 coordinator_type coordinator;
114 …ime_observer(composite_subscription cs, dest_type d, window_with_time_values v, coordinator_type c) in window_with_time_observer()
Drx-combine_latest.hpp114 typedef typename coordination_type::coordinator_type coordinator_type; typedef
210 combine_latest_state_type(values i, coordinator_type coor, output_type oarg) in on_subscribe()
224 coordinator_type coordinator; in on_subscribe()
Drx-with_latest_from.hpp114 typedef typename coordination_type::coordinator_type coordinator_type; typedef
210 with_latest_from_state_type(values i, coordinator_type coor, output_type oarg) in on_subscribe()
224 coordinator_type coordinator; in on_subscribe()
Drx-sequence_equal.hpp54 typedef typename coordination_type::coordinator_type coordinator_type; typedef
87 state_type(const values& vals, coordinator_type coor, const output_type& o) in on_subscribe()
100 coordinator_type coordinator; in on_subscribe()
Drx-zip.hpp148 typedef typename coordination_type::coordinator_type coordinator_type; typedef
242 zip_state_type(values i, coordinator_type coor, output_type oarg) in on_subscribe()
256 coordinator_type coordinator; in on_subscribe()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-coordination.hpp158 typedef coordinator<input_type> coordinator_type; typedef in rxcpp::identity_one_worker
164 …inline coordinator_type create_coordinator(composite_subscription cs = composite_subscription()) c… in create_coordinator()
166 return coordinator_type(input_type(std::move(w))); in create_coordinator()
287 typedef coordinator<input_type> coordinator_type; typedef in rxcpp::serialize_one_worker
293 …inline coordinator_type create_coordinator(composite_subscription cs = composite_subscription()) c… in create_coordinator()
296 return coordinator_type(input_type(std::move(w), std::move(lock))); in create_coordinator()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/
Drx-timer.hpp50 typedef typename coordination_type::coordinator_type coordinator_type; typedef

12