Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-timestamp.hpp63 struct timestamp_observer struct
65 typedef timestamp_observer<Subscriber> this_type; argument
72 timestamp_observer(dest_type d, coordination_type coordination) in timestamp_observer() function
95 -> decltype(timestamp_observer<Subscriber>::make(std::move(dest), initial)) { in operator ()()
96 return timestamp_observer<Subscriber>::make(std::move(dest), initial); in operator ()()