Home
last modified time | relevance | path

Searched refs:coordination_type (Results 1 – 25 of 33) sorted by relevance

12

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/
Drx-timer.hpp49 typedef rxu::decay_t<Coordination> coordination_type; typedef
50 typedef typename coordination_type::coordinator_type coordinator_type;
54 timer_initial_type(rxsc::scheduler::clock_type::time_point t, coordination_type cn) in timer_initial_type()
60 coordination_type coordination;
64 timer(rxsc::scheduler::clock_type::time_point t, coordination_type cn) in timer()
68 timer(rxsc::scheduler::clock_type::duration p, coordination_type cn) in timer()
Drx-error.hpp43 typedef rxu::decay_t<Coordination> coordination_type; typedef
45 typedef typename coordination_type::coordinator_type coordinator_type;
49 error_initial_type(rxu::error_ptr e, coordination_type cn) in error_initial_type()
55 coordination_type coordination;
59 error(rxu::error_ptr e, coordination_type cn) in error()
Drx-range.hpp42 typedef rxu::decay_t<Coordination> coordination_type; typedef
43 typedef typename coordination_type::coordinator_type coordinator_type;
47 range_state_type(T f, T l, std::ptrdiff_t s, coordination_type cn) in range_state_type()
57 coordination_type coordination;
60 range(T f, T l, std::ptrdiff_t s, coordination_type cn) in range()
Drx-interval.hpp49 typedef rxu::decay_t<Coordination> coordination_type; typedef
50 typedef typename coordination_type::coordinator_type coordinator_type;
54 …scheduler::clock_type::time_point i, rxsc::scheduler::clock_type::duration p, coordination_type cn) in interval_initial_type()
62 coordination_type coordination;
66 …scheduler::clock_type::time_point i, rxsc::scheduler::clock_type::duration p, coordination_type cn) in interval()
Drx-iterate.hpp66 typedef rxu::decay_t<Coordination> coordination_type; typedef
67 typedef typename coordination_type::coordinator_type coordinator_type;
74 iterate_initial_type(collection_type c, coordination_type cn) in iterate_initial_type()
80 coordination_type coordination;
84 iterate(collection_type c, coordination_type cn) in iterate()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-time_interval.hpp46 typedef rxu::decay_t<Coordination> coordination_type; typedef
49 time_interval_values(coordination_type c) in time_interval_values()
54 coordination_type coordination;
58 time_interval(coordination_type coordination) in time_interval()
72 coordination_type coord;
75 time_interval_observer(dest_type d, coordination_type coordination) in time_interval_observer()
Drx-timestamp.hpp45 typedef rxu::decay_t<Coordination> coordination_type; typedef
48 timestamp_values(coordination_type c) in timestamp_values()
53 coordination_type coordination;
57 timestamp(coordination_type coordination) in timestamp()
70 coordination_type coord;
72 timestamp_observer(dest_type d, coordination_type coordination) in timestamp_observer()
Drx-subscribe_on.hpp48 typedef rxu::decay_t<Coordination> coordination_type; typedef
49 typedef typename coordination_type::coordinator_type coordinator_type;
55 subscribe_on_values(source_type s, coordination_type sf) in subscribe_on_values()
61 coordination_type coordination;
70 subscribe_on(source_type s, coordination_type sf) in subscribe_on()
Drx-combine_latest.hpp96 typedef rxu::decay_t<Coordination> coordination_type; typedef
113 typedef typename traits::coordination_type coordination_type; typedef
114 typedef typename coordination_type::coordinator_type coordinator_type;
118 values(tuple_source_type o, selector_type s, coordination_type sf) in values()
126 coordination_type coordination;
130 combine_latest(coordination_type sf, selector_type s, tuple_source_type ts) in combine_latest()
Drx-with_latest_from.hpp96 typedef rxu::decay_t<Coordination> coordination_type; typedef
113 typedef typename traits::coordination_type coordination_type; typedef
114 typedef typename coordination_type::coordinator_type coordinator_type;
118 values(tuple_source_type o, selector_type s, coordination_type sf) in values()
126 coordination_type coordination;
130 with_latest_from(coordination_type sf, selector_type s, tuple_source_type ts) in with_latest_from()
Drx-switch_on_next.hpp58 typedef rxu::decay_t<Coordination> coordination_type; typedef
59 typedef typename coordination_type::coordinator_type coordinator_type;
63 values(source_operator_type o, coordination_type sf) in values()
69 coordination_type coordination;
73 switch_on_next(const source_type& o, coordination_type sf) in switch_on_next()
Drx-zip.hpp130 typedef rxu::decay_t<Coordination> coordination_type; typedef
147 typedef typename traits::coordination_type coordination_type; typedef
148 typedef typename coordination_type::coordinator_type coordinator_type;
152 values(tuple_source_type o, selector_type s, coordination_type sf) in values()
160 coordination_type coordination;
164 zip(coordination_type sf, selector_type s, tuple_source_type ts) in zip()
Drx-flat_map.hpp57 typedef rxu::decay_t<Coordination> coordination_type; typedef
100 typedef typename traits::coordination_type coordination_type; typedef
101 typedef typename coordination_type::coordinator_type coordinator_type;
105 … values(source_type o, collection_selector_type s, result_selector_type rs, coordination_type sf) in values()
115 coordination_type coordination;
119 … flat_map(source_type o, collection_selector_type s, result_selector_type rs, coordination_type sf) in flat_map()
Drx-concat_map.hpp57 typedef rxu::decay_t<Coordination> coordination_type; typedef
102 typedef typename traits::coordination_type coordination_type; typedef
103 typedef typename coordination_type::coordinator_type coordinator_type;
107 … values(source_type o, collection_selector_type s, result_selector_type rs, coordination_type sf) in values()
117 coordination_type coordination;
123 …oncat_map(source_type o, collection_selector_type s, result_selector_type rs, coordination_type sf) in concat_map()
Drx-merge.hpp79 typedef rxu::decay_t<Coordination> coordination_type; typedef
80 typedef typename coordination_type::coordinator_type coordinator_type;
84 values(source_operator_type o, coordination_type sf) in values()
90 coordination_type coordination;
94 merge(const source_type& o, coordination_type sf) in merge()
Drx-take_until.hpp63 typedef rxu::decay_t<Coordination> coordination_type; typedef
64 typedef typename coordination_type::coordinator_type coordinator_type;
67 values(source_type s, trigger_source_type t, coordination_type sf) in values()
75 coordination_type coordination;
79 take_until(source_type s, trigger_source_type t, coordination_type sf) in take_until()
Drx-sample_time.hpp47 typedef rxu::decay_t<Coordination> coordination_type; typedef
48 typedef typename coordination_type::coordinator_type coordinator_type;
53 sample_with_time_value(duration_type p, coordination_type c) in sample_with_time_value()
59 coordination_type coordination;
63 sample_with_time(duration_type period, coordination_type coordination) in sample_with_time()
Drx-merge_delay_error.hpp72 typedef rxu::decay_t<Coordination> coordination_type; typedef
73 typedef typename coordination_type::coordinator_type coordinator_type;
77 values(source_operator_type o, coordination_type sf) in values()
83 coordination_type coordination;
87 merge_delay_error(const source_type& o, coordination_type sf) in merge_delay_error()
Drx-skip_until.hpp53 typedef rxu::decay_t<Coordination> coordination_type; typedef
54 typedef typename coordination_type::coordinator_type coordinator_type;
57 values(source_type s, trigger_source_type t, coordination_type sf) in values()
65 coordination_type coordination;
69 skip_until(source_type s, trigger_source_type t, coordination_type sf) in skip_until()
Drx-amb.hpp75 typedef rxu::decay_t<Coordination> coordination_type; typedef
76 typedef typename coordination_type::coordinator_type coordinator_type;
80 values(source_operator_type o, coordination_type sf) in values()
86 coordination_type coordination;
90 amb(const source_type& o, coordination_type sf) in amb()
Drx-delay.hpp47 typedef rxu::decay_t<Coordination> coordination_type; typedef
48 typedef typename coordination_type::coordinator_type coordinator_type;
53 delay_values(duration_type p, coordination_type c) in delay_values()
59 coordination_type coordination;
63 delay(duration_type period, coordination_type coordination) in delay()
Drx-concat.hpp70 typedef rxu::decay_t<Coordination> coordination_type; typedef
72 typedef typename coordination_type::coordinator_type coordinator_type;
80 values(source_operator_type o, coordination_type sf) in values()
86 coordination_type coordination;
90 concat(const source_type& o, coordination_type sf) in concat()
Drx-buffer_time_count.hpp53 typedef rxu::decay_t<Coordination> coordination_type; typedef
54 typedef typename coordination_type::coordinator_type coordinator_type;
59 buffer_with_time_or_count_values(duration_type p, int n, coordination_type c) in buffer_with_time_or_count_values()
67 coordination_type coordination;
71 buffer_with_time_or_count(duration_type period, int count, coordination_type coordination) in buffer_with_time_or_count()
Drx-observe_on.hpp49 typedef rxu::decay_t<Coordination> coordination_type; typedef
50 typedef typename coordination_type::coordinator_type coordinator_type;
52 coordination_type coordination;
54 observe_on(coordination_type cn) in observe_on()
205 …iber<value_type, observer<value_type, this_type>> make(dest_type d, coordination_type cn, composit… in make()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/subjects/
Drx-replaysubject.hpp22 typedef rxu::decay_t<Coordination> coordination_type; typedef
23 typedef typename coordination_type::coordinator_type coordinator_type;
36 typedef typename traits::coordination_type coordination_type; typedef in rxcpp::subjects::detail::replay_observer
48 mutable coordination_type coordination;
63 …explicit replay_observer_state(count_type _count, period_type _period, coordination_type _coordina… in replay_observer_state()
98 …replay_observer(count_type count, period_type period, coordination_type coordination, composite_su… in replay_observer()

12