Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-merge_delay_error.hpp173 … rxu::make_error_ptr(std::move(state->exception.add(e)))); in on_subscribe()
183 … rxu::make_error_ptr(std::move(state->exception))); in on_subscribe()
198 rxu::make_error_ptr(std::move(state->exception.add(e)))); in on_subscribe()
208 rxu::make_error_ptr(std::move(state->exception))); in on_subscribe()
Drx-element_at.hpp85 dest.on_error(rxu::make_error_ptr(std::range_error("index is out of bounds"))); in on_completed()
Drx-timeout.hpp150 … state->dest.on_error(rxu::make_error_ptr(rxcpp::timeout_error("timeout has occurred"))); in produce_timeout()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/
Drx-error.hpp104 rxu::error_ptr ep = rxu::make_error_ptr(e); in make_error()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-notification.hpp196 rxu::error_ptr ep = rxu::make_error_ptr(std::forward<Exception>(e)); in make_on_error()
Drx-util.hpp883 inline error_ptr make_error_ptr(error_ptr e) { in make_error_ptr() function
890 error_ptr make_error_ptr(E&& e) { in make_error_ptr() function
Drx-observable.hpp440 o->on_error(rxu::make_error_ptr(rxu::current_exception())); in subscribe()