Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/examples/doxygen/
Dblocking_observable.cpp20 } catch (const rxcpp::empty_error& ex) {
53 } catch (const rxcpp::empty_error& ex) {
109 } catch (const rxcpp::empty_error& ex) {
143 } catch (const rxcpp::empty_error& ex) {
177 } catch (const rxcpp::empty_error& ex) {
211 } catch (const rxcpp::empty_error& ex) {
Dmath.cpp25 catch (const rxcpp::empty_error& ex) { in __anon97cb0d520402()
53 catch (const rxcpp::empty_error& ex) { in __anon97cb0d520902()
111 catch (const rxcpp::empty_error& ex) { in __anon97cb0d521302()
157 catch (const rxcpp::empty_error& ex) { in __anon97cb0d521b02()
203 catch (const rxcpp::empty_error& ex) { in __anon97cb0d522302()
249 catch (const rxcpp::empty_error& ex) { in __anon97cb0d522b02()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-reduce.hpp247 … rxu::throw_exception(rxcpp::empty_error("average() requires a stream with at least one value")); in operator ()()
267 … rxu::throw_exception(rxcpp::empty_error("sum() requires a stream with at least one value")); in operator ()()
286 … rxu::throw_exception(rxcpp::empty_error("max() requires a stream with at least one value")); in operator ()()
305 … rxu::throw_exception(rxcpp::empty_error("min() requires a stream with at least one value")); in operator ()()
323 … rxu::throw_exception(rxcpp::empty_error("first() requires a stream with at least one value")); in operator ()()
342 … rxu::throw_exception(rxcpp::empty_error("last() requires a stream with at least one value")); in operator ()()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-operators.hpp289 class empty_error: public std::runtime_error class
292 explicit empty_error(const std::string& msg): in empty_error() function in rxcpp::empty_error
Drx-observable.hpp291 … rxu::throw_exception(rxcpp::empty_error("first() requires a stream with at least one value")); in first()
317 … rxu::throw_exception(rxcpp::empty_error("last() requires a stream with at least one value")); in last()