HomeSort by relevance Sort by last modified time
    Searched defs:future_error (Results 1 - 3 of 3) sorted by null

  /external/libcxx/src/
future.cpp 75 future_error::future_error(error_code __ec) function in class:future_error
81 future_error::~future_error() _NOEXCEPT
97 throw future_error(make_error_code(future_errc::promise_already_satisfied));
109 throw future_error(make_error_code(future_errc::promise_already_satisfied));
121 throw future_error(make_error_code(future_errc::promise_already_satisfied));
134 throw future_error(make_error_code(future_errc::promise_already_satisfied));
185 throw future_error(make_error_code(future_errc::no_state));
194 throw future_error(make_error_code(future_errc::future_already_retrieved))
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
future.cpp 73 future_error::future_error(error_code __ec) function in class:future_error
79 future_error::~future_error() _NOEXCEPT
95 throw future_error(make_error_code(future_errc::promise_already_satisfied));
108 throw future_error(make_error_code(future_errc::promise_already_satisfied));
121 throw future_error(make_error_code(future_errc::promise_already_satisfied));
135 throw future_error(make_error_code(future_errc::promise_already_satisfied));
188 throw future_error(make_error_code(future_errc::no_state));
197 throw future_error(make_error_code(future_errc::future_already_retrieved))
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
future.cpp 75 future_error::future_error(error_code __ec) function in class:future_error
81 future_error::~future_error() _NOEXCEPT
97 throw future_error(make_error_code(future_errc::promise_already_satisfied));
109 throw future_error(make_error_code(future_errc::promise_already_satisfied));
121 throw future_error(make_error_code(future_errc::promise_already_satisfied));
134 throw future_error(make_error_code(future_errc::promise_already_satisfied));
185 throw future_error(make_error_code(future_errc::no_state));
194 throw future_error(make_error_code(future_errc::future_already_retrieved))
    [all...]

Completed in 823 milliseconds