Home
last modified time | relevance | path

Searched defs:make_exception_ptr (Results 1 – 13 of 13) sorted by relevance

/external/sdv/vsomeip/third_party/boost/throw_exception/test/
Dmake_exception_ptr_nx_test.cpp19 template<class E> exception_ptr make_exception_ptr( E const& e ) in make_exception_ptr() function
Dmake_exception_ptr_nx_test2.cpp21 template<class E> exception_ptr make_exception_ptr( E const& e ) in make_exception_ptr() function
/external/cronet/tot/third_party/libc++/src/include/__exception/
Dexception_ptr.h94 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr() function
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__exception/
Dexception_ptr.h94 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr() function
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__exception/
Dexception_ptr.h94 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr() function
/external/cronet/stable/third_party/libc++/src/include/__exception/
Dexception_ptr.h94 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr() function
/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/promise/
Dset_exception_pass.cpp39 boost::exception_ptr make_exception_ptr(T v) in make_exception_ptr() function
Dset_exception_at_thread_exit_pass.cpp39 boost::exception_ptr make_exception_ptr(T v) in make_exception_ptr() function
/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/future/
Dget_or_pass.cpp38 boost::exception_ptr make_exception_ptr(T v) { in make_exception_ptr() function
Dget_pass.cpp48 boost::exception_ptr make_exception_ptr(T v) { in make_exception_ptr() function
/external/sdv/vsomeip/third_party/boost/thread/example/
Dmake_future.cpp20 exception_ptr make_exception_ptr(T v) in make_exception_ptr() function
/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/shared_future/
Dget_pass.cpp40 boost::exception_ptr make_exception_ptr(T v) { in make_exception_ptr() function
/external/sdv/vsomeip/third_party/boost/exception/include/boost/exception/detail/
Dexception_ptr.hpp91 make_exception_ptr( T const & e ) in make_exception_ptr() function