Home
last modified time | relevance | path

Searched defs:empty_error (Results 1 – 2 of 2) sorted by relevance

/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
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_subprocess.py386 async def empty_error(): function