Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-buffer_time_count.hpp49 struct buffer_with_time_or_count struct
51 typedef rxu::decay_t<T> source_value_type;
52 typedef std::vector<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 buffer_with_time_or_count_values
69 buffer_with_time_or_count_values initial;
71 buffer_with_time_or_count(duration_type period, int count, coordination_type coordination) in buffer_with_time_or_count() argument
77 struct buffer_with_time_or_count_observer
[all …]
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-observable.hpp975 auto buffer_with_time_or_count(AN&&... an) const in buffer_with_time_or_count() function in rxcpp::observable