Searched refs:empty_error (Results 1 – 6 of 6) sorted by relevance
20 } 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) {
25 catch (const rxcpp::empty_error& ex) { in __anoncb25dc9d0402()53 catch (const rxcpp::empty_error& ex) { in __anoncb25dc9d0902()111 catch (const rxcpp::empty_error& ex) { in __anoncb25dc9d1302()157 catch (const rxcpp::empty_error& ex) { in __anoncb25dc9d1b02()203 catch (const rxcpp::empty_error& ex) { in __anoncb25dc9d2302()249 catch (const rxcpp::empty_error& ex) { in __anoncb25dc9d2b02()
247 … 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 ()()
289 class empty_error: public std::runtime_error class292 explicit empty_error(const std::string& msg): in empty_error() function in rxcpp::empty_error
295 … rxu::throw_exception(rxcpp::empty_error("first() requires a stream with at least one value")); in first()321 … rxu::throw_exception(rxcpp::empty_error("last() requires a stream with at least one value")); in last()
385 async def empty_error(): function398 output, exitcode = self.loop.run_until_complete(empty_error())