Searched refs:make_error_ptr (Results 1 – 7 of 7) sorted by relevance
173 … 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()
85 dest.on_error(rxu::make_error_ptr(std::range_error("index is out of bounds"))); in on_completed()
150 … state->dest.on_error(rxu::make_error_ptr(rxcpp::timeout_error("timeout has occurred"))); in produce_timeout()
104 rxu::error_ptr ep = rxu::make_error_ptr(e); in make_error()
196 rxu::error_ptr ep = rxu::make_error_ptr(std::forward<Exception>(e)); in make_on_error()
883 inline error_ptr make_error_ptr(error_ptr e) { in make_error_ptr() function890 error_ptr make_error_ptr(E&& e) { in make_error_ptr() function
440 o->on_error(rxu::make_error_ptr(rxu::current_exception())); in subscribe()