OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:future_error
(Results
1 - 25
of
76
) sorted by null
1
2
3
4
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
future.cpp
56
future_error
::
future_error
(error_code __ec)
function in class:future_error
62
future_error
::~
future_error
() _NOEXCEPT
78
throw
future_error
(make_error_code(future_errc::promise_already_satisfied));
91
throw
future_error
(make_error_code(future_errc::promise_already_satisfied));
104
throw
future_error
(make_error_code(future_errc::promise_already_satisfied));
118
throw
future_error
(make_error_code(future_errc::promise_already_satisfied));
171
throw
future_error
(make_error_code(future_errc::no_state));
180
throw
future_error
(make_error_code(future_errc::future_already_retrieved))
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.future_error/
code.pass.cpp
12
// class
future_error
23
std::
future_error
f(ec);
28
std::
future_error
f(ec);
33
std::
future_error
f(ec);
38
std::
future_error
f(ec);
what.pass.cpp
12
// class
future_error
23
std::
future_error
f(std::make_error_code(std::future_errc::broken_promise));
28
std::
future_error
f(std::make_error_code(std::future_errc::future_already_retrieved));
33
std::
future_error
f(std::make_error_code(std::future_errc::promise_already_satisfied));
37
std::
future_error
f(std::make_error_code(std::future_errc::no_state));
types.pass.cpp
12
// class
future_error
: public logic_error {...};
19
static_assert((std::is_convertible<std::
future_error
*,
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/
dtor.pass.cpp
43
catch (const std::
future_error
& e)
72
catch (const std::
future_error
& e)
101
catch (const std::
future_error
& e)
get_future.pass.cpp
35
catch (const std::
future_error
& e)
48
catch (const std::
future_error
& e)
copy_assign.fail.cpp
38
catch (const std::
future_error
& e)
59
catch (const std::
future_error
& e)
80
catch (const std::
future_error
& e)
copy_ctor.fail.cpp
36
catch (const std::
future_error
& e)
55
catch (const std::
future_error
& e)
74
catch (const std::
future_error
& e)
move_assign.pass.cpp
39
catch (const std::
future_error
& e)
60
catch (const std::
future_error
& e)
81
catch (const std::
future_error
& e)
move_ctor.pass.cpp
37
catch (const std::
future_error
& e)
56
catch (const std::
future_error
& e)
75
catch (const std::
future_error
& e)
set_value_void.pass.cpp
32
catch (const std::
future_error
& e)
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)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/
get_future.pass.cpp
45
catch (const std::
future_error
& e)
57
catch (const std::
future_error
& e)
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)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
future
48
class
future_error
52
future_error
(error_code ec); // exposition only
498
class _LIBCPP_EXCEPTION_ABI
future_error
503
future_error
(error_code __ec);
508
virtual ~
future_error
() _NOEXCEPT;
646
throw
future_error
(make_error_code(future_errc::promise_already_satisfied));
666
throw
future_error
(make_error_code(future_errc::promise_already_satisfied));
728
throw
future_error
(make_error_code(future_errc::promise_already_satisfied));
743
throw
future_error
(make_error_code(future_errc::promise_already_satisfied));
1134
throw
future_error
(make_error_code(future_errc::future_already_retrieved))
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
future
91
class
future_error
: public logic_error
96
explicit
future_error
(error_code __ec)
97
: logic_error("std::
future_error
"), _M_code(__ec)
100
virtual ~
future_error
() throw();
348
__res->_M_error = copy_exception(
future_error
(__ec));
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
future
91
class
future_error
: public logic_error
96
explicit
future_error
(error_code __ec)
97
: logic_error("std::
future_error
"), _M_code(__ec)
100
virtual ~
future_error
() throw();
348
__res->_M_error = copy_exception(
future_error
(__ec));
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
future
91
class
future_error
: public logic_error
96
explicit
future_error
(error_code __ec)
97
: logic_error("std::
future_error
"), _M_code(__ec)
100
virtual ~
future_error
() throw();
348
__res->_M_error = copy_exception(
future_error
(__ec));
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
future
91
class
future_error
: public logic_error
96
explicit
future_error
(error_code __ec)
97
: logic_error("std::
future_error
"), _M_code(__ec)
100
virtual ~
future_error
() noexcept;
373
__res->_M_error = copy_exception(
future_error
(__ec));
[
all
...]
Completed in 888 milliseconds
1
2
3
4