Searched defs:exception_ptr (Results 1 – 8 of 8) sorted by relevance
| /external/cronet/third_party/libc++/src/include/__exception/ |
| D | exception_ptr.h | 30 _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {} in exception_ptr() function 31 _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/google-breakpad/src/client/mac/handler/ |
| D | minidump_generator.cc | 1149 MDRawExceptionStream* exception_ptr = exception.get(); in WriteExceptionStream() local
|