Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-buffer_time.hpp156 auto selectedProduce = on_exception( in buffer_with_time_observer() local
159 if (selectedProduce.empty()) { in buffer_with_time_observer()
163 auto create_buffer = [localState, selectedProduce](const rxsc::schedulable&) { in buffer_with_time_observer()
167 … localState->worker.schedule(produce_at, [localState, selectedProduce](const rxsc::schedulable&) { in buffer_with_time_observer()
168 localState->worker.schedule(selectedProduce.get()); in buffer_with_time_observer()
Drx-sample_time.hpp124 auto selectedProduce = on_exception( in sample_with_time_observer() local
127 if (selectedProduce.empty()) { in sample_with_time_observer()
134 [localState, selectedProduce](const rxsc::schedulable&) { in sample_with_time_observer()
135 localState->worker.schedule(selectedProduce.get()); in sample_with_time_observer()
Drx-timeout.hpp153 auto selectedProduce = on_exception( in produce_timeout() local
156 if (selectedProduce.empty()) { in produce_timeout()
160 return std::function<void(const rxsc::schedulable&)>(selectedProduce.get()); in produce_timeout()
Drx-buffer_time_count.hpp156 auto selectedProduce = on_exception( in produce_buffer() local
159 if (selectedProduce.empty()) { in produce_buffer()
163 return std::function<void(const rxsc::schedulable&)>(selectedProduce.get()); in produce_buffer()
Drx-debounce.hpp133 auto selectedProduce = on_exception( in produce_item() local
136 if (selectedProduce.empty()) { in produce_item()
140 return std::function<void(const rxsc::schedulable&)>(selectedProduce.get()); in produce_item()