HomeSort by relevance Sort by last modified time
    Searched full:future_error (Results 26 - 50 of 67) sorted by null

12 3

  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
future 48 class future_error
52 future_error(error_code ec); // exposition only
500 class _LIBCPP_EXCEPTION_ABI future_error
505 future_error(error_code __ec);
510 virtual ~future_error() _NOEXCEPT;
648 throw future_error(make_error_code(future_errc::promise_already_satisfied));
668 throw future_error(make_error_code(future_errc::promise_already_satisfied));
730 throw future_error(make_error_code(future_errc::promise_already_satisfied));
745 throw future_error(make_error_code(future_errc::promise_already_satisfied));
1136 throw future_error(make_error_code(future_errc::future_already_retrieved))
    [all...]
  /external/libcxx/test/std/thread/futures/futures.tas/futures.task.members/
make_ready_at_thread_exit.pass.cpp 55 catch (const std::future_error& e)
67 catch (const std::future_error& e)
operator.pass.cpp 55 catch (const std::future_error& e)
67 catch (const std::future_error& e)
reset.pass.cpp 55 catch (const std::future_error& e)
dtor.pass.cpp 51 catch (const std::future_error& e)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/
make_ready_at_thread_exit.pass.cpp 53 catch (const std::future_error& e)
65 catch (const std::future_error& e)
operator.pass.cpp 53 catch (const std::future_error& e)
65 catch (const std::future_error& e)
reset.pass.cpp 53 catch (const std::future_error& e)
dtor.pass.cpp 49 catch (const std::future_error& e)
  /external/libcxx/test/std/thread/futures/futures.promise/
set_exception.pass.cpp 42 catch (const std::future_error& e)
set_lvalue.pass.cpp 38 catch (const std::future_error& e)
set_value_const.pass.cpp 43 catch (const std::future_error& e)
set_value_void.pass.cpp 34 catch (const std::future_error& e)
set_rvalue.pass.cpp 48 catch (const std::future_error& e)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/
set_exception.pass.cpp 40 catch (const std::future_error& e)
set_lvalue.pass.cpp 36 catch (const std::future_error& e)
set_value_const.pass.cpp 41 catch (const std::future_error& e)
set_rvalue.pass.cpp 46 catch (const std::future_error& e)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
future 93 class future_error : public logic_error
98 explicit future_error(error_code __ec)
99 : logic_error("std::future_error"), _M_code(__ec)
102 virtual ~future_error() noexcept;
369 __res->_M_error = copy_exception(future_error(__ec));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
future 93 class future_error : public logic_error
98 explicit future_error(error_code __ec)
99 : logic_error("std::future_error"), _M_code(__ec)
102 virtual ~future_error() noexcept;
369 __res->_M_error = copy_exception(future_error(__ec));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
future 93 class future_error : public logic_error
98 explicit future_error(error_code __ec)
99 : logic_error("std::future_error"), _M_code(__ec)
102 virtual ~future_error() noexcept;
369 __res->_M_error = copy_exception(future_error(__ec));
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
future 94 class future_error : public logic_error
99 explicit future_error(error_code __ec)
100 : logic_error("std::future_error"), _M_code(__ec)
103 virtual ~future_error() noexcept;
385 __res->_M_error = make_exception_ptr(future_error(__ec));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.18 

Completed in 772 milliseconds

12 3