Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-sample_time.hpp44 struct sample_with_time struct
46 typedef rxu::decay_t<T> source_value_type;
47 typedef rxu::decay_t<Coordination> coordination_type;
48 typedef typename coordination_type::coordinator_type coordinator_type;
49 typedef rxu::decay_t<Duration> duration_type;
51 struct sample_with_time_value
61 sample_with_time_value initial;
63 sample_with_time(duration_type period, coordination_type coordination) in sample_with_time() argument
69 struct sample_with_time_observer
190 auto operator()(Subscriber dest) const in operator ()()
[all …]
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-observable.hpp1324 auto sample_with_time(AN&&... an) const in sample_with_time() function in rxcpp::observable