Home
last modified time | relevance | path

Searched refs:window_with_time (Results 1 – 4 of 4) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/examples/doxygen/
Dwindow.cpp45 window_with_time(period, skip, rxcpp::observe_on_new_thread());
66 window_with_time(period, skip);
86 window_with_time(period, skip);
105 window_with_time(period, skip);
123 window_with_time(std::chrono::milliseconds(4), rxcpp::observe_on_new_thread());
142 window_with_time(std::chrono::milliseconds(4));
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-window_time.hpp59 struct window_with_time struct
81 window_with_time(duration_type period, duration_type skip, coordination_type coordination) in window_with_time() argument
252 auto window_with_time(AN&&... an) in window_with_time() function
267 …class WindowWithTime = rxo::detail::window_with_time<SourceValue, rxu::decay_t<Duration>, identity…
280 …class WindowWithTime = rxo::detail::window_with_time<SourceValue, rxu::decay_t<Duration>, rxu::dec…
292 …class WindowWithTime = rxo::detail::window_with_time<SourceValue, rxu::decay_t<Duration>, identity…
305 …class WindowWithTime = rxo::detail::window_with_time<SourceValue, rxu::decay_t<Duration>, rxu::dec…
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/
Dwindow.cpp334 | rxo::window_with_time(milliseconds(100), milliseconds(50), so) in __anon38a1318b0702()
404 .window_with_time(milliseconds(100), so) in __anon38a1318b0802()
466 .window_with_time(milliseconds(100), milliseconds(70), so) in __anon38a1318b0902()
530 .window_with_time(milliseconds(70), milliseconds(100), so) in __anon38a1318b0a02()
591 .window_with_time(milliseconds(100), milliseconds(70), so) in __anon38a1318b0b02()
655 .window_with_time(milliseconds(100), milliseconds(70), so) in __anon38a1318b0c02()
715 .window_with_time(milliseconds(70), so) in __anon38a1318b0d02()
/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