Home
last modified time | relevance | path

Searched defs:window_with_time_or_count (Results 1 – 2 of 2) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-window_time_count.hpp49 struct window_with_time_or_count struct
51 typedef rxu::decay_t<T> source_value_type;
52 typedef observable<source_value_type> value_type;
53 typedef rxu::decay_t<Coordination> coordination_type;
54 typedef typename coordination_type::coordinator_type coordinator_type;
55 typedef rxu::decay_t<Duration> duration_type;
57 struct window_with_time_or_count_values
69 window_with_time_or_count_values initial;
71 window_with_time_or_count(duration_type period, int count, coordination_type coordination) in window_with_time_or_count() function
77 struct window_with_time_or_count_observer
[all …]
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-observable.hpp931 auto window_with_time_or_count(AN&&... an) const in window_with_time_or_count() function in rxcpp::observable