Home
last modified time | relevance | path

Searched refs:make_exception_ptr (Results 1 – 25 of 80) sorted by relevance

1234

/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
51 p.set_exception(::make_exception_ptr(3)); in main()
63 p.set_exception(::make_exception_ptr(3)); in main()
79 p.set_exception_deferred(::make_exception_ptr(3)); in main()
93 p.set_exception(::make_exception_ptr(3)); in main()
Dset_exception_at_thread_exit_pass.cpp39 boost::exception_ptr make_exception_ptr(T v) in make_exception_ptr() function
52 p.set_exception_at_thread_exit(::make_exception_ptr(3));
/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
53 p.set_exception(::make_exception_ptr(3)); in func2()
68 p.set_exception(::make_exception_ptr(3.5)); in func4()
80 p.set_exception(::make_exception_ptr(4)); in func6()
106 p.set_exception(::make_exception_ptr(3)); in main()
146 p.set_exception(::make_exception_ptr(3.5)); in main()
181 p.set_exception(::make_exception_ptr(4)); in main()
/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/future/
Dget_pass.cpp48 boost::exception_ptr make_exception_ptr(T v) { in make_exception_ptr() function
61 p.set_exception(::make_exception_ptr(3)); in func2()
76 p.set_exception(::make_exception_ptr(3.5)); in func4()
88 p.set_exception(::make_exception_ptr(4)); in func6()
120 p.set_exception(::make_exception_ptr(3)); in main()
177 p.set_exception(::make_exception_ptr(3.5)); in main()
200 p.set_exception(::make_exception_ptr(3.5)); in main()
238 p.set_exception(::make_exception_ptr(4)); in main()
Dget_or_pass.cpp38 boost::exception_ptr make_exception_ptr(T v) { in make_exception_ptr() function
51 p.set_exception(::make_exception_ptr(3)); in func2()
66 p.set_exception(::make_exception_ptr(3.5)); in func4()
78 p.set_exception(::make_exception_ptr(4)); in func6()
110 p.set_exception(::make_exception_ptr(3)); in main()
159 p.set_exception(::make_exception_ptr(3.5)); in main()
/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
28 ::make_exception_ptr( my_exception() ); in main()
Dmake_exception_ptr_nx_test2.cpp21 template<class E> exception_ptr make_exception_ptr( E const& e ) in make_exception_ptr() function
30 ::make_exception_ptr( my_exception() ); in main()
Dmake_exception_ptr_test.cpp16 …BOOST_TEST_THROWS( boost::rethrow_exception( boost::make_exception_ptr( my_exception() ) ), my_exc… in main()
/external/cronet/stable/third_party/libc++/src/test/std/thread/futures/futures.promise/
Dset_exception.pass.cpp30 p.set_exception(std::make_exception_ptr(3)); in main()
42 p.set_exception(std::make_exception_ptr(3)); in main()
/external/cronet/tot/third_party/libc++/src/test/std/thread/futures/futures.promise/
Dset_exception.pass.cpp30 p.set_exception(std::make_exception_ptr(3)); in main()
42 p.set_exception(std::make_exception_ptr(3)); in main()
/external/libcxx/test/std/thread/futures/futures.promise/
Dset_exception.pass.cpp29 p.set_exception(std::make_exception_ptr(3)); in main()
41 p.set_exception(std::make_exception_ptr(3)); in main()
/external/cronet/stable/third_party/libc++/src/test/std/thread/futures/futures.shared_future/
Dget.pass.cpp35 p.set_exception(std::make_exception_ptr(3)); in func2()
50 p.set_exception(std::make_exception_ptr(3.5)); in func4()
62 p.set_exception(std::make_exception_ptr('c')); in func6()
/external/cronet/stable/third_party/libc++/src/test/std/thread/futures/futures.unique_future/
Dget.pass.cpp35 p.set_exception(std::make_exception_ptr(3)); in func2()
50 p.set_exception(std::make_exception_ptr(3.5)); in func4()
62 p.set_exception(std::make_exception_ptr('c')); in func6()
/external/cronet/tot/third_party/libc++/src/test/std/thread/futures/futures.shared_future/
Dget.pass.cpp35 p.set_exception(std::make_exception_ptr(3)); in func2()
50 p.set_exception(std::make_exception_ptr(3.5)); in func4()
62 p.set_exception(std::make_exception_ptr('c')); in func6()
/external/cronet/tot/third_party/libc++/src/test/std/thread/futures/futures.unique_future/
Dget.pass.cpp35 p.set_exception(std::make_exception_ptr(3)); in func2()
50 p.set_exception(std::make_exception_ptr(3.5)); in func4()
62 p.set_exception(std::make_exception_ptr('c')); in func6()
/external/cronet/tot/third_party/libc++/src/include/__exception/
Dexception_ptr.h66 friend _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep) _NOEXCEPT;
94 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr() function
170 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr()
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__exception/
Dexception_ptr.h66 friend _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep) _NOEXCEPT;
94 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr() function
170 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr()
/external/libcxx/test/std/thread/futures/futures.unique_future/
Dget.pass.cpp35 p.set_exception(std::make_exception_ptr(3)); in func2()
50 p.set_exception(std::make_exception_ptr(3.5)); in func4()
62 p.set_exception(std::make_exception_ptr('c')); in func6()
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__exception/
Dexception_ptr.h66 friend _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep) _NOEXCEPT;
94 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr() function
170 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr()
/external/cronet/stable/third_party/libc++/src/include/__exception/
Dexception_ptr.h66 friend _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep) _NOEXCEPT;
94 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr() function
170 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr()
/external/libcxx/test/std/thread/futures/futures.shared_future/
Dget.pass.cpp35 p.set_exception(std::make_exception_ptr(3)); in func2()
50 p.set_exception(std::make_exception_ptr(3.5)); in func4()
62 p.set_exception(std::make_exception_ptr('c')); in func6()
/external/pytorch/test/cpp/lazy/
Dtest_util.cpp18 cleanup.SetStatus(std::make_exception_ptr(std::runtime_error("Oops!"))); in TEST()
33 cleanup.SetStatus(std::make_exception_ptr(std::runtime_error(""))); in TEST()
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/execution/detail/
Das_invocable.hpp72 std::make_exception_ptr(receiver_invocation_error())); in operator ()()
125 std::make_exception_ptr(receiver_invocation_error()));
/external/cronet/tot/third_party/libc++/src/test/benchmarks/
Dexception_ptr.bench.cpp16 benchmark::DoNotOptimize(std::make_exception_ptr(42)); in bm_make_exception_ptr()
/external/cronet/stable/third_party/libc++/src/test/benchmarks/
Dexception_ptr.bench.cpp16 benchmark::DoNotOptimize(std::make_exception_ptr(42)); in bm_make_exception_ptr()

1234