Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-buffer_time.hpp67 struct buffer_with_time struct
69 typedef rxu::decay_t<T> source_value_type;
70 typedef std::vector<source_value_type> value_type;
71 typedef rxu::decay_t<Coordination> coordination_type;
72 typedef typename coordination_type::coordinator_type coordinator_type;
73 typedef rxu::decay_t<Duration> duration_type;
75 struct buffer_with_time_values
87 buffer_with_time_values initial;
89 buffer_with_time(duration_type period, duration_type skip, coordination_type coordination) in buffer_with_time() function
95 struct buffer_with_time_observer
[all …]
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-observable.hpp964 auto buffer_with_time(AN&&... an) const in buffer_with_time() function in rxcpp::observable