/external/cronet/tot/third_party/libc++/src/include/__exception/ |
D | exception_ptr.h | 72 _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {} in exception_ptr() function 73 _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {} in exception_ptr() function
|
D | operations.h | 36 class _LIBCPP_EXPORTED_FROM_ABI exception_ptr; variable
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__exception/ |
D | exception_ptr.h | 72 _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {} in exception_ptr() function 73 _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {} in exception_ptr() function
|
D | operations.h | 35 class _LIBCPP_EXPORTED_FROM_ABI exception_ptr; variable
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__exception/ |
D | exception_ptr.h | 72 _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {} in exception_ptr() function 73 _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {} in exception_ptr() function
|
D | operations.h | 35 class _LIBCPP_EXPORTED_FROM_ABI exception_ptr; variable
|
/external/cronet/stable/third_party/libc++/src/include/__exception/ |
D | exception_ptr.h | 72 _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {} in exception_ptr() function 73 _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {} in exception_ptr() function
|
D | operations.h | 36 class _LIBCPP_EXPORTED_FROM_ABI exception_ptr; variable
|
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/ |
D | co_spawn.hpp | 199 CompletionToken, void(std::exception_ptr, T)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 216 CompletionToken, void(std::exception_ptr)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 234 CompletionToken, void(std::exception_ptr, T)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 251 CompletionToken, void(std::exception_ptr)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
|
/external/sdv/vsomeip/third_party/boost/asio/test/archetypes/ |
D | async_ops.hpp | 89 BOOST_ASIO_INITFN_RESULT_TYPE(CompletionToken, void(std::exception_ptr)) in BOOST_ASIO_INITFN_RESULT_TYPE() 184 BOOST_ASIO_INITFN_RESULT_TYPE(CompletionToken, void(std::exception_ptr, int)) in BOOST_ASIO_INITFN_RESULT_TYPE() 281 void(std::exception_ptr, int, double)) in BOOST_ASIO_INITFN_RESULT_TYPE() 378 void(std::exception_ptr, int, double, char)) in BOOST_ASIO_INITFN_RESULT_TYPE()
|
/external/sdv/vsomeip/third_party/boost/throw_exception/test/ |
D | make_exception_ptr_nx_test.cpp | 17 typedef boost::shared_ptr<boost::exception_detail::clone_base const> exception_ptr; typedef
|
D | make_exception_ptr_nx_test2.cpp | 19 typedef boost::shared_ptr<boost::exception_detail::clone_base const> exception_ptr; typedef
|
/external/sdv/vsomeip/third_party/boost/exception/include/boost/exception/detail/ |
D | exception_ptr.hpp | 47 exception_ptr class 54 exception_ptr() in exception_ptr() function in boost::exception_ptr 58 exception_ptr( impl const & ptr ): in exception_ptr() function in boost::exception_ptr
|
/external/pytorch/torch/csrc/distributed/c10d/ |
D | ProcessGroupNCCL.cpp | 538 auto exception_ptr = checkForNCCLErrors(); in checkAndSetException() local 554 std::exception_ptr exception_ptr) { in setException() 617 std::exception_ptr exception_ptr = in checkTimeout() local
|
/external/google-breakpad/src/client/mac/handler/ |
D | minidump_generator.cc | 1149 MDRawExceptionStream* exception_ptr = exception.get(); in WriteExceptionStream() local
|