/third_party/boost/boost/outcome/ |
D | success_failure.hpp | 97 exception_type _exception; member 118 , _exception(static_cast<V &&>(v)) in failure_type() 125 , _exception() in failure_type() 132 , _exception(static_cast<U &&>(u)) in failure_type() 144 constexpr exception_type &exception() & { return _exception; } in exception() 145 constexpr const exception_type &exception() const & { return _exception; } in exception() 146 constexpr exception_type &&exception() && { return static_cast<exception_type &&>(_exception); } in exception() 147 … const exception_type &&exception() const && { return static_cast<exception_type &&>(_exception); } in exception() 182 exception_type _exception; member 194 : _exception(static_cast<V &&>(v)) // NOLINT in failure_type() [all …]
|
/third_party/python/Lib/asyncio/ |
D | streams.py | 394 self._exception = None 411 if self._exception: 420 return self._exception 423 self._exception = exc 561 if self._exception is not None: 562 raise self._exception 649 if self._exception is not None: 650 raise self._exception 696 if self._exception is not None: 697 raise self._exception
|
D | futures.py | 51 _exception = None variable in Future 98 exc = self._exception 200 if self._exception is not None: 201 raise self._exception 218 return self._exception 276 self._exception = exception
|
D | base_tasks.py | 48 elif task._exception is not None: 49 tb = task._exception.__traceback__ 74 exc = task._exception
|
D | base_futures.py | 60 if future._exception is not None:
|
/third_party/python/Lib/concurrent/futures/ |
D | _base.py | 323 self._exception = None 337 if self._exception: 342 self._exception.__class__.__name__) 389 if self._exception: 391 raise self._exception 475 return self._exception 482 return self._exception 550 self._exception = exception
|
/third_party/python/Lib/xml/sax/ |
D | _exceptions.py | 23 self._exception = exception 32 return self._exception
|
/third_party/grpc/src/python/grpcio_tests/tests/unit/ |
D | _metadata_code_details_test.py | 68 self._exception = False 84 if self._exception: 103 if self._exception: 121 if self._exception: 143 if self._exception: 160 self._exception = True
|
/third_party/grpc/src/python/grpcio/grpc/ |
D | _interceptor.py | 92 self._exception = exception 126 raise self._exception 129 return self._exception 144 raise self._exception
|
/third_party/boost/libs/outcome/doc/src/content/reference/policies/base/ |
D | exception.md | 2 title = "`static auto &&_exception(Impl &&) noexcept`"
|
/third_party/protobuf/python/ |
D | mox.py | 542 self._exception = None 570 if expected_method._exception: 571 raise expected_method._exception 736 self._exception = exception
|
/third_party/grpc/src/python/grpcio_testing/grpc_testing/_channel/ |
D | _invocation.py | 173 def _exception(unused_handler): function 209 return _exception(self._handler)
|
/third_party/boost/boost/outcome/policy/ |
D | base.hpp | 65 …ass P, class NoValuePolicy, class Impl> static inline constexpr auto &&_exception(Impl &&self) noe…
|
/third_party/boost/boost/outcome/experimental/ |
D | status_outcome.hpp | 92 …:_rethrow_exception<trait::is_exception_ptr_available<E>::value>(base::_exception<T, status_code<D… in wide_value_check()
|
/third_party/python/Lib/ |
D | asyncore.py | 104 def _exception(obj): function 169 _exception(obj)
|
/third_party/python/Lib/unittest/ |
D | loader.py | 27 self._exception = exception 34 raise self._exception
|
/third_party/python/Lib/test/ |
D | test_asyncore.py | 116 self.assertRaises(asyncore.ExitNow, asyncore._exception, tr1) 129 asyncore._exception(tr2)
|
D | test_concurrent_futures.py | 38 f._exception = exception 1501 f1._exception = OSError()
|
/third_party/python/Doc/library/ |
D | winreg.rst | 17 .. _exception-changed:
|
/third_party/python/Modules/ |
D | _asynciomodule.c | 65 PyObject *prefix##_exception; \
|
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/ |
D | diagnostics.dart | 2672 Object _exception; 2679 return _exception; 2691 _exception = exception;
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V8.md | 1078 …ithub.com/nodejs/node/commit/3a6b7e610d)] - **n-api**: add napi\_fatal\_exception (Mathias Buus) [… 1128 …/nodejs/node/commit/5b1b74c5a5)] - **test**: refactor addons-napi/test\_exception/test.js (Rich Tr…
|
D | CHANGELOG_V10.md | 1173 …/node/commit/644a9d6919)] - **test**: fix arguments order in napi test\_exception (kanishk30) [#24… 2153 …/nodejs/node/commit/c3c5141f68)] - **src**: remove abort\_on\_uncaught\_exception node.cc (Daniel …
|
D | CHANGELOG_V9.md | 295 …de/commit/29a04b7ed6)] - **(SEMVER-MINOR)** **n-api**: add napi\_fatal\_exception (Mathias Buus) […
|
D | CHANGELOG_V6.md | 343 …ithub.com/nodejs/node/commit/49cd4fad89)] - **n-api**: add napi\_fatal\_exception (Mathias Buus) [… 439 …/nodejs/node/commit/eceb70b584)] - **test**: refactor addons-napi/test\_exception/test.js (Rich Tr…
|