Searched refs:buffer_with_time_or_count (Results 1 – 4 of 4) sorted by relevance
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
D | rx-buffer_time_count.hpp | 49 struct buffer_with_time_or_count struct 71 buffer_with_time_or_count(duration_type period, int count, coordination_type coordination) in buffer_with_time_or_count() argument 230 auto buffer_with_time_or_count(AN&&... an) in buffer_with_time_or_count() function 245 …class BufferTimeCount = rxo::detail::buffer_with_time_or_count<SourceValue, rxu::decay_t<Duration>… 258 …class BufferTimeCount = rxo::detail::buffer_with_time_or_count<SourceValue, rxu::decay_t<Duration>…
|
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/doxygen/ |
D | buffer.cpp | 169 buffer_with_time_or_count(std::chrono::milliseconds(20), 2, rxcpp::observe_on_event_loop()); 190 buffer_with_time_or_count(std::chrono::milliseconds(20), 2);
|
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/ |
D | buffer.cpp | 984 | rxo::buffer_with_time_or_count(milliseconds(70), 3, so) in __anon79d0578d2302() 1044 .buffer_with_time_or_count(milliseconds(70), 3, so) in __anon79d0578d2402() 1101 .buffer_with_time_or_count(milliseconds(70), 3, so) in __anon79d0578d2502() 1151 .buffer_with_time_or_count(milliseconds(100), 3, so) in __anon79d0578d2602() 1205 .buffer_with_time_or_count(milliseconds(370), 2, so) in __anon79d0578d2702()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
D | rx-observable.hpp | 975 auto buffer_with_time_or_count(AN&&... an) const in buffer_with_time_or_count() function in rxcpp::observable
|