OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:future_error
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/src/
future.cpp
71
future_error
::
future_error
(error_code __ec)
function in class:future_error
77
future_error
::~
future_error
() _NOEXCEPT
93
throw
future_error
(make_error_code(future_errc::promise_already_satisfied));
106
throw
future_error
(make_error_code(future_errc::promise_already_satisfied));
119
throw
future_error
(make_error_code(future_errc::promise_already_satisfied));
133
throw
future_error
(make_error_code(future_errc::promise_already_satisfied));
186
throw
future_error
(make_error_code(future_errc::no_state));
195
throw
future_error
(make_error_code(future_errc::future_already_retrieved))
[
all
...]
/ndk/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
...]
Completed in 966 milliseconds