Home
last modified time | relevance | path

Searched refs:start_op (Results 1 – 6 of 6) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dreactive_socket_service_base.hpp210 start_op(impl, reactor::write_op, p.p, is_continuation, true, in async_send()
235 start_op(impl, reactor::write_op, p.p, is_continuation, false, false); in async_send()
281 start_op(impl, in async_receive()
310 start_op(impl, in async_receive()
367 start_op(impl, in async_receive_with_flags()
398 start_op(impl, in async_receive_with_flags()
417 ASIO_DECL void start_op(base_implementation_type& impl, int op_type,
Dreactive_socket_service.hpp240 start_op(impl, reactor::write_op, p.p, is_continuation, true, false); in async_send_to()
262 start_op(impl, reactor::write_op, p.p, is_continuation, false, false); in async_send_to()
326 start_op(impl, in async_receive_from()
355 start_op(impl, in async_receive_from()
Dselect_reactor.hpp85 ASIO_DECL void start_op(int op_type, socket_type descriptor,
/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_client_test.cc110 grpc_op* start_op = const_cast<grpc_op*>(op); in validate_op() local
115 GPR_ASSERT((size_t)(op - start_op) <= kHandshakerClientOpNum); in validate_op()
121 GPR_ASSERT((size_t)(op - start_op) <= kHandshakerClientOpNum); in validate_op()
126 GPR_ASSERT((size_t)(op - start_op) <= kHandshakerClientOpNum); in validate_op()
131 GPR_ASSERT((size_t)(op - start_op) <= kHandshakerClientOpNum); in validate_op()
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dreactive_socket_service_base.ipp196 void reactive_socket_service_base::start_op(
207 reactor_.start_op(op_type, impl.socket_,
221 start_op(impl, reactor::read_op, op, true, is_continuation, false);
244 reactor_.start_op(reactor::connect_op, impl.socket_,
Dselect_reactor.ipp96 void select_reactor::start_op(int op_type, socket_type descriptor,