Home
last modified time | relevance | path

Searched refs:no_state (Results 1 – 24 of 24) sorted by relevance

/third_party/boost/libs/thread/test/sync/futures/promise/
Dmove_assign_pass.cpp52 BOOST_TEST(e.code() == boost::system::make_error_code(boost::future_errc::no_state)); in main()
74 BOOST_TEST(e.code() == boost::system::make_error_code(boost::future_errc::no_state)); in main()
95 BOOST_TEST(e.code() == boost::system::make_error_code(boost::future_errc::no_state)); in main()
115 BOOST_TEST(e.code() == boost::system::make_error_code(boost::future_errc::no_state)); in main()
132 BOOST_TEST(e.code() == boost::system::make_error_code(boost::future_errc::no_state)); in main()
148 BOOST_TEST(e.code() == boost::system::make_error_code(boost::future_errc::no_state)); in main()
Dmove_ctor_pass.cpp52 BOOST_TEST(e.code() == boost::system::make_error_code(boost::future_errc::no_state)); in main()
73 BOOST_TEST(e.code() == boost::system::make_error_code(boost::future_errc::no_state)); in main()
92 BOOST_TEST(e.code() == boost::system::make_error_code(boost::future_errc::no_state)); in main()
113 BOOST_TEST(e.code() == boost::system::make_error_code(boost::future_errc::no_state)); in main()
130 BOOST_TEST(e.code() == boost::system::make_error_code(boost::future_errc::no_state)); in main()
145 BOOST_TEST(e.code() == boost::system::make_error_code(boost::future_errc::no_state)); in main()
Dget_future_pass.cpp57 BOOST_TEST(e.code() == boost::system::make_error_code(boost::future_errc::no_state)); in main()
/third_party/boost/boost/fiber/
Dexceptions.hpp64 no_state enumerator
103 future_error{ std::make_error_code( future_errc::no_state) } { in future_uninitialized()
131 future_error{ std::make_error_code( future_errc::no_state) } { in promise_uninitialized()
138 future_error{ std::make_error_code( future_errc::no_state) } { in packaged_task_uninitialized()
/third_party/boost/boost/thread/futures/
Dfuture_error.hpp42 future_error(system::make_error_code(future_errc::no_state)) in future_uninitialized()
84 future_error(system::make_error_code(future_errc::no_state)) in task_moved()
93 future_error(system::make_error_code(future_errc::no_state)) in promise_moved()
Dfuture_error_code.hpp25 no_state in BOOST_SCOPED_ENUM_DECLARE_BEGIN()
/third_party/boost/libs/fiber/src/
Dfuture.cpp32 case future_errc::no_state: in default_error_condition()
35 int >( future_errc::no_state), in default_error_condition()
57 case future_errc::no_state: in message()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_tess.c49 goto no_state; in llvmpipe_create_tcs_state()
72 no_state: in llvmpipe_create_tcs_state()
117 goto no_state; in llvmpipe_create_tes_state()
140 no_state: in llvmpipe_create_tes_state()
Dlp_state_gs.c51 goto no_state; in llvmpipe_create_gs_state()
77 no_state: in llvmpipe_create_gs_state()
/third_party/boost/libs/core/doc/
Dscoped_enum.qbk35 no_state
45 no_state
51 future_errc ev = future_errc::no_state;
60 no_state
/third_party/boost/libs/thread/test/sync/futures/packaged_task/
Doperator_pass.cpp137 BOOST_TEST(e.code() == boost::system::make_error_code(boost::future_errc::no_state)); in func3()
208 BOOST_TEST(e.code() == boost::system::make_error_code(boost::future_errc::no_state)); in main()
Dreset_pass.cpp75 BOOST_TEST(e.code() == boost::system::make_error_code(boost::future_errc::no_state)); in main()
Dget_future_pass.cpp74 BOOST_TEST(e.code() == boost::system::make_error_code(boost::future_errc::no_state)); in main()
Dmake_ready_at_thread_exit_pass.cpp98 BOOST_TEST(e.code() == boost::system::make_error_code(boost::future_errc::no_state)); in func3()
/third_party/boost/libs/thread/src/
Dfuture.cpp46 case future_errc::no_state: in message()
/third_party/typescript/tests/baselines/reference/
DreactReduxLikeDeferredInferenceAllowsAssignment.types147 >connect : <no_state = {}, TDispatchProps = {}, TOwnProps = {}>(mapStateToProps: null | undefined, …
149 <no_state = {}, TDispatchProps = {}, TOwnProps = {}>(
278 >connect : <no_state = {}, TDispatchProps = {}, TOwnProps = {}>(mapStateToProps: null | undefined, …
DreactReduxLikeDeferredInferenceAllowsAssignment.symbols283 <no_state = {}, TDispatchProps = {}, TOwnProps = {}>(
284 >no_state : Symbol(no_state, Decl(reactReduxLikeDeferredInferenceAllowsAssignment.ts, 79, 3))
DreactReduxLikeDeferredInferenceAllowsAssignment.js81 <no_state = {}, TDispatchProps = {}, TOwnProps = {}>(
DreactReduxLikeDeferredInferenceAllowsAssignment.errors.txt212 <no_state = {}, TDispatchProps = {}, TOwnProps = {}>(
/third_party/typescript/tests/cases/compiler/
DreactReduxLikeDeferredInferenceAllowsAssignment.ts81 <no_state = {}, TDispatchProps = {}, TOwnProps = {}>(
/third_party/boost/libs/thread/doc/
Demulations.qbk313 no_state
323 no_state
Dfuture_ref.qbk27 no_state
158 no_state = implementation defined
/third_party/boost/libs/fiber/doc/
Dfibers.qbk169 [def __no_state__ `future_errc::no_state`]
/third_party/boost/boost/thread/
Dfuture.hpp3747 boost::throw_exception(future_error(system::make_error_code(future_errc::no_state)));