Searched defs:set_exception (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/libcxx/src/ |
D | future.cpp | 111 __assoc_sub_state::set_exception(exception_ptr __p) in set_exception() function in __assoc_sub_state 235 promise<void>::set_exception(exception_ptr __p) in set_exception() function in promise
|
/external/libcxx/src/ |
D | future.cpp | 112 __assoc_sub_state::set_exception(exception_ptr __p) in set_exception() function in __assoc_sub_state 236 promise<void>::set_exception(exception_ptr __p) in set_exception() function in promise
|
/external/antlr/runtime/Cpp/include/ |
D | antlr3recognizersharedstate.inl | 139 ANTLR_INLINE void RecognizerSharedState<ImplTraits, StreamType>::set_exception( ExceptionBaseType* … function in RecognizerSharedState
|
/external/python/cpython3/Lib/asyncio/ |
D | windows_events.py | 82 def set_exception(self, exception): member in _OverlappedFuture 156 def set_exception(self, exception): member in _BaseWaitHandleFuture 183 def set_exception(self, exception): member in _WaitCancelFuture
|
D | futures.py | 263 def set_exception(self, exception): member in Future
|
D | tasks.py | 168 def set_exception(self, exception): member in Task
|
D | streams.py | 437 def set_exception(self, exc): member in StreamReader
|
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/ |
D | _metadata_code_details_test.py | 157 def set_exception(self): member in _Servicer
|
/external/python/cpython3/Lib/concurrent/futures/ |
D | _base.py | 533 def set_exception(self, exception): member in Future
|
/external/python/futures/concurrent/futures/ |
D | _base.py | 587 def set_exception(self, exception): member in Future
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_futures.py | 71 def set_exception(self, exception): member in DuckFuture
|