Home
last modified time | relevance | path

Searched refs:decay_t (Results 1 – 25 of 246) sorted by relevance

12345678910

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-group_by.hpp54 typedef rxu::decay_t<Selector> selector_type;
71 typedef rxu::decay_t<Observable> source_type;
72 typedef rxu::decay_t<KeySelector> key_selector_type;
73 typedef rxu::decay_t<MarbleSelector> marble_selector_type;
74 typedef rxu::decay_t<BinaryPredicate> predicate_type;
75 typedef rxu::decay_t<DurationSelector> duration_selector_type;
185 typedef rxu::decay_t<Subscriber> dest_type;
282 typedef rxu::decay_t<KeySelector> key_selector_type;
283 typedef rxu::decay_t<MarbleSelector> marble_selector_type;
284 typedef rxu::decay_t<BinaryPredicate> predicate_type;
[all …]
Drx-reduce.hpp70 typedef rxu::decay_t<ResultSelector> result_selector_type;
71 typedef rxu::decay_t<Seed> seed_type;
80 typedef rxu::decay_t<decltype(check<seed_type, result_selector_type>(0))> type;
87 typedef rxu::decay_t<Observable> source_type;
88 typedef rxu::decay_t<Accumulator> accumulator_type;
89 typedef rxu::decay_t<ResultSelector> result_selector_type;
90 typedef rxu::decay_t<Seed> seed_type;
508 …value_type_t<Observable>, rxu::decay_t<Observable>, rxu::decay_t<Accumulator>, rxu::decay_t<Result…
518 …value_type_t<Observable>, rxu::decay_t<Observable>, rxu::decay_t<Accumulator>, rxu::decay_t<Result…
543 class TakeOne = decltype(((rxu::decay_t<Observable>*)nullptr)->take(1)),
[all …]
Drx-flat_map.hpp54 typedef rxu::decay_t<Observable> source_type;
55 typedef rxu::decay_t<CollectionSelector> collection_selector_type;
56 typedef rxu::decay_t<ResultSelector> result_selector_type;
57 typedef rxu::decay_t<Coordination> coordination_type;
69 …typedef rxu::decay_t<decltype((*(collection_selector_type*)nullptr)((*(source_value_type*)nullptr)…
82 …typedef rxu::decay_t<decltype((*(result_selector_type*)nullptr)(*(source_value_type*)nullptr, *(co…
263 class CollectionSelectorType = rxu::decay_t<CollectionSelector>,
269 …class FlatMap = rxo::detail::flat_map<rxu::decay_t<Observable>, rxu::decay_t<CollectionSelector>, …
279 class CollectionSelectorType = rxu::decay_t<CollectionSelector>,
286 …Map = rxo::detail::flat_map<rxu::decay_t<Observable>, rxu::decay_t<CollectionSelector>, ResultSele…
[all …]
Drx-concat_map.hpp54 typedef rxu::decay_t<Observable> source_type;
55 typedef rxu::decay_t<CollectionSelector> collection_selector_type;
56 typedef rxu::decay_t<ResultSelector> result_selector_type;
57 typedef rxu::decay_t<Coordination> coordination_type;
84 …typedef rxu::decay_t<decltype((*(result_selector_type*)nullptr)(*(source_value_type*)nullptr, *(co…
296 class CollectionSelectorType = rxu::decay_t<CollectionSelector>,
302 …class ConcatMap = rxo::detail::concat_map<rxu::decay_t<Observable>, rxu::decay_t<CollectionSelecto…
312 class CollectionSelectorType = rxu::decay_t<CollectionSelector>,
319 …p = rxo::detail::concat_map<rxu::decay_t<Observable>, rxu::decay_t<CollectionSelector>, ResultSele…
330 class CollectionSelectorType = rxu::decay_t<CollectionSelector>,
[all …]
Drx-sequence_equal.hpp48 typedef rxu::decay_t<Observable> source_type;
49 typedef rxu::decay_t<T> source_value_type;
50 typedef rxu::decay_t<OtherObservable> other_source_type;
52 typedef rxu::decay_t<BinaryPredicate> predicate_type;
53 typedef rxu::decay_t<Coordination> coordination_type;
225 …quenceEqual = rxo::detail::sequence_equal<SourceValue, rxu::decay_t<Observable>, rxu::decay_t<Othe…
239 …o::detail::sequence_equal<SourceValue, rxu::decay_t<Observable>, rxu::decay_t<OtherObservable>, rx…
252 …l::sequence_equal<SourceValue, rxu::decay_t<Observable>, rxu::decay_t<OtherObservable>, rxu::equal…
265 …ence_equal<SourceValue, rxu::decay_t<Observable>, rxu::decay_t<OtherObservable>, rxu::decay_t<Bina…
Drx-scan.hpp44 struct scan : public operator_base<rxu::decay_t<Seed>>
46 typedef rxu::decay_t<Observable> source_type;
47 typedef rxu::decay_t<Accumulator> accumulator_type;
48 typedef rxu::decay_t<Seed> seed_type;
122 …is_accumulate_function_for<rxu::value_type_t<Observable>, rxu::decay_t<Seed>, rxu::decay_t<Accumul…
124 …ss Scan = rxo::detail::scan<SourceValue, rxu::decay_t<Observable>, rxu::decay_t<Accumulator>, rxu:…
Drx-replay.hpp105 class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, Subject>,
117 class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, Subject>,
129 class Subject = rxsub::replay<SourceValue, rxu::decay_t<Coordination>>,
130 class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, Subject>,
143 class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, Subject>,
156 class Subject = rxsub::replay<SourceValue, rxu::decay_t<Coordination>>,
157 class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, Subject>,
171 class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, Subject>,
185 class Subject = rxsub::replay<SourceValue, rxu::decay_t<Coordination>>,
186 class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, Subject>,
[all …]
Drx-combine_latest.hpp61 typedef rxu::decay_t<Selector> selector_type;
69 using type = decltype(check<selector_type, rxu::decay_t<ObservableN>...>(0));
95 typedef rxu::decay_t<Selector> selector_type;
96 typedef rxu::decay_t<Coordination> coordination_type;
255 …combine_latest<identity_one_worker, rxu::detail::pack, rxu::decay_t<Observable>, rxu::decay_t<Obse…
267 class ResolvedSelector = rxu::decay_t<Selector>,
268 …:combine_latest<identity_one_worker, ResolvedSelector, rxu::decay_t<Observable>, rxu::decay_t<Obse…
280 …etail::combine_latest<Coordination, rxu::detail::pack, rxu::decay_t<Observable>, rxu::decay_t<Obse…
293 class ResolvedSelector = rxu::decay_t<Selector>,
294 …detail::combine_latest<Coordination, ResolvedSelector, rxu::decay_t<Observable>, rxu::decay_t<Obse…
Drx-with_latest_from.hpp61 typedef rxu::decay_t<Selector> selector_type;
69 using type = decltype(check<selector_type, rxu::decay_t<ObservableN>...>(0));
95 typedef rxu::decay_t<Selector> selector_type;
96 typedef rxu::decay_t<Coordination> coordination_type;
255 …th_latest_from<identity_one_worker, rxu::detail::pack, rxu::decay_t<Observable>, rxu::decay_t<Obse…
267 class ResolvedSelector = rxu::decay_t<Selector>,
268 …ith_latest_from<identity_one_worker, ResolvedSelector, rxu::decay_t<Observable>, rxu::decay_t<Obse…
280 …ail::with_latest_from<Coordination, rxu::detail::pack, rxu::decay_t<Observable>, rxu::decay_t<Obse…
293 class ResolvedSelector = rxu::decay_t<Selector>,
294 …tail::with_latest_from<Coordination, ResolvedSelector, rxu::decay_t<Observable>, rxu::decay_t<Obse…
Drx-window_toggle.hpp54 using source_value_type = rxu::decay_t<T>;
55 using coordination_type = rxu::decay_t<Coordination>;
57 using openings_type = rxu::decay_t<Openings>;
59 using closing_selector_type = rxu::decay_t<ClosingSelector>;
86 typedef rxu::decay_t<T> value_type;
87 typedef rxu::decay_t<Subscriber> dest_type;
286 class ClosingSelectorType = rxu::decay_t<ClosingSelector>,
287 class OpeningsType = rxu::decay_t<Openings>,
292 … WindowToggle = rxo::detail::window_toggle<SourceValue, rxu::decay_t<Openings>, rxu::decay_t<Closi…
300 class ClosingSelectorType = rxu::decay_t<ClosingSelector>,
[all …]
Drx-zip.hpp96 typedef rxu::decay_t<Selector> selector_type;
104 using type = decltype(check<selector_type, rxu::decay_t<ObservableN>...>(0));
126 typedef std::tuple<rxu::decay_t<ObservableN>...> tuple_source_type;
129 typedef rxu::decay_t<Selector> selector_type;
130 typedef rxu::decay_t<Coordination> coordination_type;
287 …o::detail::zip<identity_one_worker, rxu::detail::pack, rxu::decay_t<Observable>, rxu::decay_t<Obse…
299 class ResolvedSelector = rxu::decay_t<Selector>,
300 …xo::detail::zip<identity_one_worker, ResolvedSelector, rxu::decay_t<Observable>, rxu::decay_t<Obse…
312 …ip = rxo::detail::zip<Coordination, rxu::detail::pack, rxu::decay_t<Observable>, rxu::decay_t<Obse…
325 class ResolvedSelector = rxu::decay_t<Selector>,
[all …]
Drx-take_until.hpp61 typedef rxu::decay_t<Observable> source_type;
62 typedef rxu::decay_t<TriggerObservable> trigger_source_type;
63 typedef rxu::decay_t<Coordination> coordination_type;
227 …class TakeUntil = rxo::detail::take_until<SourceValue, rxu::decay_t<Observable>, TriggerObservable…
241 … class Timer = typename rxu::defer_type<rxs::detail::timer, rxu::decay_t<Coordination>>::type,
244 …Until = rxo::detail::take_until<SourceValue, rxu::decay_t<Observable>, TriggerObservable, rxu::dec…
255 …class TakeUntil = rxo::detail::take_until<SourceValue, rxu::decay_t<Observable>, rxu::decay_t<Trig…
267 … rxo::detail::take_until<SourceValue, rxu::decay_t<Observable>, rxu::decay_t<TriggerObservable>, r…
Drx-skip_until.hpp51 typedef rxu::decay_t<Observable> source_type;
52 typedef rxu::decay_t<TriggerObservable> trigger_source_type;
53 typedef rxu::decay_t<Coordination> coordination_type;
219 …class SkipUntil = rxo::detail::skip_until<SourceValue, rxu::decay_t<Observable>, TriggerObservable…
233 … class Timer = typename rxu::defer_type<rxs::detail::timer, rxu::decay_t<Coordination>>::type,
236 …Until = rxo::detail::skip_until<SourceValue, rxu::decay_t<Observable>, TriggerObservable, rxu::dec…
247 …class SkipUntil = rxo::detail::skip_until<SourceValue, rxu::decay_t<Observable>, rxu::decay_t<Trig…
259 … rxo::detail::skip_until<SourceValue, rxu::decay_t<Observable>, rxu::decay_t<TriggerObservable>, r…
Drx-lift.hpp34 using for_type = rxu::decay_t<S>;
35 using func_type = rxu::decay_t<F>;
53 typedef rxu::decay_t<ResultType> result_value_type;
54 typedef rxu::decay_t<SourceOperator> source_operator_type;
55 typedef rxu::decay_t<Operator> operator_type;
86 typedef rxu::decay_t<Operator> operator_type;
Drx-delay.hpp46 typedef rxu::decay_t<T> source_value_type;
47 typedef rxu::decay_t<Coordination> coordination_type;
49 typedef rxu::decay_t<Duration> duration_type;
72 typedef rxu::decay_t<T> value_type;
73 typedef rxu::decay_t<Subscriber> dest_type;
197 class delay = rxo::detail::delay<SourceValue, rxu::decay_t<Duration>, identity_one_worker>>
209 … class delay = rxo::detail::delay<SourceValue, rxu::decay_t<Duration>, rxu::decay_t<Coordination>>>
221 … class delay = rxo::detail::delay<SourceValue, rxu::decay_t<Duration>, rxu::decay_t<Coordination>>>
Drx-on_error_resume_next.hpp45 typedef rxu::decay_t<T> value_type;
46 typedef rxu::decay_t<Selector> select_type;
59 typedef rxu::decay_t<T> value_type;
60 typedef rxu::decay_t<Selector> select_type;
62 typedef rxu::decay_t<Subscriber> dest_type;
130 … class OnErrorResumeNext = rxo::detail::on_error_resume_next<SourceValue, rxu::decay_t<Selector>>,
Drx-timeout.hpp54 typedef rxu::decay_t<T> source_value_type;
55 typedef rxu::decay_t<Coordination> coordination_type;
57 typedef rxu::decay_t<Duration> duration_type;
81 typedef rxu::decay_t<T> value_type;
82 typedef rxu::decay_t<Subscriber> dest_type;
244 … class Timeout = rxo::detail::timeout<SourceValue, rxu::decay_t<Duration>, identity_one_worker>>
256 …class Timeout = rxo::detail::timeout<SourceValue, rxu::decay_t<Duration>, rxu::decay_t<Coordinatio…
268 …class Timeout = rxo::detail::timeout<SourceValue, rxu::decay_t<Duration>, rxu::decay_t<Coordinatio…
Drx-debounce.hpp46 typedef rxu::decay_t<T> source_value_type;
47 typedef rxu::decay_t<Coordination> coordination_type;
49 typedef rxu::decay_t<Duration> duration_type;
73 typedef rxu::decay_t<T> value_type;
74 typedef rxu::decay_t<Subscriber> dest_type;
228 … class Debounce = rxo::detail::debounce<SourceValue, rxu::decay_t<Duration>, identity_one_worker>>
240 …class Debounce = rxo::detail::debounce<SourceValue, rxu::decay_t<Duration>, rxu::decay_t<Coordinat…
252 …class Debounce = rxo::detail::debounce<SourceValue, rxu::decay_t<Duration>, rxu::decay_t<Coordinat…
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-predef.hpp40 …static const bool value = std::is_convertible<decltype(check<rxu::decay_t<T>>(0)), tag_worker*>::v…
53 …static const bool value = std::is_convertible<decltype(check<rxu::decay_t<T>>(0)), tag_scheduler*>…
66 …static const bool value = std::is_convertible<decltype(check<rxu::decay_t<T>>(0)), tag_schedulable…
97 …static const bool value = std::is_convertible<decltype(check<rxu::decay_t<T>>(0)), tag_observer*>:…
110 …static const bool value = std::is_convertible<decltype(check<rxu::decay_t<T>>(0)), tag_dynamic_obs…
123 …static const bool value = std::is_convertible<decltype(check<rxu::decay_t<T>>(0)), tag_subscriber*…
136 …static const bool value = std::is_convertible<decltype(check<rxu::decay_t<T>>(0)), tag_dynamic_obs…
176 template<class T, class Decayed = rxu::decay_t<T>>
181 template<class Observable, class DecayedObservable = rxu::decay_t<Observable>>
209 …static const bool value = std::is_convertible<decltype(check<rxu::decay_t<T>>(0)), tag_dynamic_con…
[all …]
/external/openscreen/third_party/abseil/src/absl/random/
Ddistributions.h126 using gen_t = absl::decay_t<URBG>; in Uniform()
145 using gen_t = absl::decay_t<URBG>; in Uniform()
169 using gen_t = absl::decay_t<URBG>; in Uniform()
192 using gen_t = absl::decay_t<URBG>; in Uniform()
213 using gen_t = absl::decay_t<URBG>; in Uniform()
243 using gen_t = absl::decay_t<URBG>; in Bernoulli()
275 using gen_t = absl::decay_t<URBG>; in Beta()
307 using gen_t = absl::decay_t<URBG>;
338 using gen_t = absl::decay_t<URBG>;
380 using gen_t = absl::decay_t<URBG>;
[all …]
/external/libtextclassifier/abseil-cpp/absl/random/
Ddistributions.h126 using gen_t = absl::decay_t<URBG>; in Uniform()
145 using gen_t = absl::decay_t<URBG>; in Uniform()
169 using gen_t = absl::decay_t<URBG>; in Uniform()
192 using gen_t = absl::decay_t<URBG>; in Uniform()
213 using gen_t = absl::decay_t<URBG>; in Uniform()
243 using gen_t = absl::decay_t<URBG>; in Bernoulli()
275 using gen_t = absl::decay_t<URBG>; in Beta()
307 using gen_t = absl::decay_t<URBG>;
338 using gen_t = absl::decay_t<URBG>;
380 using gen_t = absl::decay_t<URBG>;
[all …]
/external/angle/third_party/abseil-cpp/absl/random/
Ddistributions.h126 using gen_t = absl::decay_t<URBG>; in Uniform()
145 using gen_t = absl::decay_t<URBG>; in Uniform()
169 using gen_t = absl::decay_t<URBG>; in Uniform()
192 using gen_t = absl::decay_t<URBG>; in Uniform()
213 using gen_t = absl::decay_t<URBG>; in Uniform()
243 using gen_t = absl::decay_t<URBG>; in Bernoulli()
275 using gen_t = absl::decay_t<URBG>; in Beta()
307 using gen_t = absl::decay_t<URBG>;
338 using gen_t = absl::decay_t<URBG>;
380 using gen_t = absl::decay_t<URBG>;
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/
Ddistributions.h126 using gen_t = absl::decay_t<URBG>; in Uniform()
145 using gen_t = absl::decay_t<URBG>; in Uniform()
169 using gen_t = absl::decay_t<URBG>; in Uniform()
192 using gen_t = absl::decay_t<URBG>; in Uniform()
213 using gen_t = absl::decay_t<URBG>; in Uniform()
243 using gen_t = absl::decay_t<URBG>; in Bernoulli()
275 using gen_t = absl::decay_t<URBG>; in Beta()
307 using gen_t = absl::decay_t<URBG>;
338 using gen_t = absl::decay_t<URBG>;
380 using gen_t = absl::decay_t<URBG>;
[all …]
/external/webrtc/third_party/abseil-cpp/absl/random/
Ddistributions.h127 using gen_t = absl::decay_t<URBG>; in Uniform()
147 using gen_t = absl::decay_t<URBG>; in Uniform()
172 using gen_t = absl::decay_t<URBG>; in Uniform()
196 using gen_t = absl::decay_t<URBG>; in Uniform()
218 using gen_t = absl::decay_t<URBG>; in Uniform()
249 using gen_t = absl::decay_t<URBG>; in Bernoulli()
282 using gen_t = absl::decay_t<URBG>; in Beta()
315 using gen_t = absl::decay_t<URBG>;
347 using gen_t = absl::decay_t<URBG>;
390 using gen_t = absl::decay_t<URBG>;
[all …]
/external/abseil-cpp/absl/random/
Ddistributions.h127 using gen_t = absl::decay_t<URBG>; in Uniform()
147 using gen_t = absl::decay_t<URBG>; in Uniform()
172 using gen_t = absl::decay_t<URBG>; in Uniform()
196 using gen_t = absl::decay_t<URBG>; in Uniform()
218 using gen_t = absl::decay_t<URBG>; in Uniform()
249 using gen_t = absl::decay_t<URBG>; in Bernoulli()
282 using gen_t = absl::decay_t<URBG>; in Beta()
315 using gen_t = absl::decay_t<URBG>;
347 using gen_t = absl::decay_t<URBG>;
390 using gen_t = absl::decay_t<URBG>;
[all …]

12345678910