Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-sample_time.hpp44 struct sample_with_time struct
63 sample_with_time(duration_type period, coordination_type coordination) in sample_with_time() function
201 auto sample_with_time(AN&&... an) in sample_with_time() function
216 …class SampleWithTime = rxo::detail::sample_with_time<SourceValue, rxu::decay_t<Duration>, identity…
228 …class SampleWithTime = rxo::detail::sample_with_time<SourceValue, rxu::decay_t<Duration>, rxu::dec…
240 …class SampleWithTime = rxo::detail::sample_with_time<SourceValue, rxu::decay_t<Duration>, rxu::dec…
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/
Dsample.cpp31 | rxo::sample_with_time(milliseconds(100), so) in __anon55f423530102()
83 .sample_with_time(milliseconds(100), so) in __anon55f423530202()
134 .sample_with_time(milliseconds(100), so) in __anon55f423530302()
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/doxygen/
Dsample.cpp10 sample_with_time(std::chrono::milliseconds(4));
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-observable.hpp1328 auto sample_with_time(AN&&... an) const in sample_with_time() function in rxcpp::observable