Home
last modified time | relevance | path

Searched defs:exception_ptr (Results 1 – 15 of 15) sorted by relevance

/external/cronet/tot/third_party/libc++/src/include/__exception/
Dexception_ptr.h72 _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
Doperations.h36 class _LIBCPP_EXPORTED_FROM_ABI exception_ptr; variable
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__exception/
Dexception_ptr.h72 _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
Doperations.h35 class _LIBCPP_EXPORTED_FROM_ABI exception_ptr; variable
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__exception/
Dexception_ptr.h72 _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
Doperations.h35 class _LIBCPP_EXPORTED_FROM_ABI exception_ptr; variable
/external/cronet/stable/third_party/libc++/src/include/__exception/
Dexception_ptr.h72 _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
Doperations.h36 class _LIBCPP_EXPORTED_FROM_ABI exception_ptr; variable
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/
Dco_spawn.hpp199 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/
Dasync_ops.hpp89 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/
Dmake_exception_ptr_nx_test.cpp17 typedef boost::shared_ptr<boost::exception_detail::clone_base const> exception_ptr; typedef
Dmake_exception_ptr_nx_test2.cpp19 typedef boost::shared_ptr<boost::exception_detail::clone_base const> exception_ptr; typedef
/external/sdv/vsomeip/third_party/boost/exception/include/boost/exception/detail/
Dexception_ptr.hpp47 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/
DProcessGroupNCCL.cpp538 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/
Dminidump_generator.cc1149 MDRawExceptionStream* exception_ptr = exception.get(); in WriteExceptionStream() local