Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-window_time.hpp59 struct window_with_time struct
61 typedef rxu::decay_t<T> source_value_type;
62 typedef observable<source_value_type> value_type;
63 typedef rxu::decay_t<Coordination> coordination_type;
64 typedef typename coordination_type::coordinator_type coordinator_type;
65 typedef rxu::decay_t<Duration> duration_type;
67 struct window_with_time_values
79 window_with_time_values initial;
81 window_with_time(duration_type period, duration_type skip, coordination_type coordination) in window_with_time() function
87 struct window_with_time_observer
[all …]
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-observable.hpp920 auto window_with_time(AN&&... an) const in window_with_time() function in rxcpp::observable