Home
last modified time | relevance | path

Searched refs:operation_state (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/libs/asio/test/execution/
Dconnect.cpp26 struct operation_state struct
40 struct start_member<operation_state> argument
64 operation_state connect(BOOST_ASIO_MOVE_ARG(R) r) in connect()
67 return operation_state(); in connect()
82 typedef operation_state result_type;
98 operation_state connect(BOOST_ASIO_MOVE_ARG(R) r) const in connect()
102 return operation_state(); in connect()
117 typedef operation_state result_type;
133 friend operation_state connect( in connect()
138 return operation_state(); in connect()
[all …]
Dsubmit.cpp26 struct operation_state struct
40 struct start_member<operation_state> argument
97 operation_state connect(BOOST_ASIO_MOVE_ARG(R) r) const in connect()
100 return operation_state(); in connect()
122 typedef operation_state result_type;
150 friend operation_state connect( in connect()
154 return operation_state(); in connect()
177 typedef operation_state result_type;
205 operation_state connect(BOOST_ASIO_MOVE_ARG(R) r) in connect()
208 return operation_state(); in connect()
[all …]
Dsender.cpp101 struct operation_state struct
115 struct start_member<operation_state> argument
145 operation_state connect(BOOST_ASIO_MOVE_ARG(R) r) const in connect()
148 return operation_state(); in connect()
163 typedef operation_state result_type;
Doperation_state.cpp54 struct operation_state struct
68 struct start_member<operation_state> argument
100 operation_state in is_operation_state_test()
Dbulk_execute.cpp26 struct operation_state struct
40 struct start_member<operation_state> argument
60 operation_state connect(BOOST_ASIO_MOVE_ARG(R) r) const in connect()
63 return operation_state(); in connect()
78 typedef operation_state result_type;
Dexecute.cpp198 struct operation_state struct
212 struct start_member<operation_state> argument
232 operation_state connect(BOOST_ASIO_MOVE_ARG(R) r) const in connect()
235 return operation_state(); in connect()
256 typedef operation_state result_type;
Dschedule.cpp29 struct operation_state struct
43 struct start_member<operation_state> argument
63 operation_state connect(BOOST_ASIO_MOVE_ARG(R) r) const in connect()
66 return operation_state(); in connect()
88 typedef operation_state result_type;
DJamfile.v255 [ run operation_state.cpp ]
/third_party/boost/libs/asio/doc/requirements/
DOperationState.qbk11 concept operation_state =
18 An object whose type satisfies `operation_state` represents the state of an
22 `execution::start` may be called on an `operation_state` object at most once.
26 the call to the `operation_state` destructor.
/third_party/boost/boost/asio/execution/
Doperation_state.hpp79 BOOST_ASIO_CONCEPT operation_state = is_operation_state<T>::value; variable
82 ::boost::asio::execution::operation_state
/third_party/boost/libs/asio/include/boost/asio/execution/
Doperation_state.hpp79 BOOST_ASIO_CONCEPT operation_state = is_operation_state<T>::value; variable
82 ::boost::asio::execution::operation_state
/third_party/boost/libs/asio/doc/
Dreference.qbk68732 * `s.connect(r)`, if that expression is valid, if its type satisfies `operation_state`, and if `S` …
68735 * Otherwise, `connect(s, r)`, if that expression is valid, if its type satisfies `operation_state`,…
69418 …rom `true_type` if the type `T` meets the concept definition for an `operation_state`, otherwise `…
69422 ['Header: ][^boost/asio/execution/operation_state.hpp]
127983 An object of an unspecified type that satisfies the `operation_state` concept.