Home
last modified time | relevance | path

Searched refs:ASIO_MOVE_CAST (Results 1 – 25 of 26) sorted by relevance

12

/external/parameter-framework/asio-1.10.6/include/asio/impl/
Dwrite.hpp98 handler_(ASIO_MOVE_CAST(WriteHandler)(handler)) in write_op()
118 handler_(ASIO_MOVE_CAST(WriteHandler)(other.handler_)) in write_op()
132 ASIO_MOVE_CAST(write_op)(*this)); in operator ()()
172 handler_(ASIO_MOVE_CAST(WriteHandler)(handler)) in write_op()
192 handler_(ASIO_MOVE_CAST(WriteHandler)(other.handler_)) in write_op()
208 ASIO_MOVE_CAST(write_op)(*this)); in operator ()()
246 handler_(ASIO_MOVE_CAST(WriteHandler)(handler)) in write_op()
266 handler_(ASIO_MOVE_CAST(WriteHandler)(other.handler_)) in write_op()
282 ASIO_MOVE_CAST(write_op)(*this)); in operator ()()
318 handler_(ASIO_MOVE_CAST(WriteHandler)(handler)) in write_op()
[all …]
Dread.hpp100 handler_(ASIO_MOVE_CAST(ReadHandler)(handler)) in read_op()
120 handler_(ASIO_MOVE_CAST(ReadHandler)(other.handler_)) in read_op()
134 ASIO_MOVE_CAST(read_op)(*this)); in operator ()()
173 handler_(ASIO_MOVE_CAST(ReadHandler)(handler)) in read_op()
193 handler_(ASIO_MOVE_CAST(ReadHandler)(other.handler_)) in read_op()
209 ASIO_MOVE_CAST(read_op)(*this)); in operator ()()
245 handler_(ASIO_MOVE_CAST(ReadHandler)(handler)) in read_op()
265 handler_(ASIO_MOVE_CAST(ReadHandler)(other.handler_)) in read_op()
290 stream_.async_read_some(bufs, ASIO_MOVE_CAST(read_op)(*this)); in operator ()()
327 handler_(ASIO_MOVE_CAST(ReadHandler)(handler)) in read_op()
[all …]
Dconnect.hpp185 handler_(ASIO_MOVE_CAST(ComposedConnectHandler)(handler)) in connect_op()
205 handler_(ASIO_MOVE_CAST(ComposedConnectHandler)(other.handler_)) in connect_op()
222 ASIO_MOVE_CAST(connect_op)(*this)); in operator ()()
330 ASIO_MOVE_CAST(ComposedConnectHandler)(handler)); in ASIO_INITFN_RESULT_TYPE()
356 ASIO_MOVE_CAST(ComposedConnectHandler)(handler)); in ASIO_INITFN_RESULT_TYPE()
382 ASIO_MOVE_CAST(ComposedConnectHandler)(handler)); in ASIO_INITFN_RESULT_TYPE()
408 ASIO_MOVE_CAST(ComposedConnectHandler)(handler)); in ASIO_INITFN_RESULT_TYPE()
Dio_service.hpp79 ASIO_MOVE_CAST(CompletionHandler)(handler)); in ASIO_INITFN_RESULT_TYPE()
96 ASIO_MOVE_CAST(CompletionHandler)(handler)); in ASIO_INITFN_RESULT_TYPE()
/external/parameter-framework/asio-1.10.6/include/asio/
Dbasic_stream_socket.hpp145 ASIO_MOVE_CAST(basic_stream_socket)(other)) in basic_stream_socket()
162 ASIO_MOVE_CAST(basic_stream_socket)(other)); in operator =()
354 ASIO_MOVE_CAST(WriteHandler)(handler)); in ASIO_INITFN_RESULT_TYPE()
407 ASIO_MOVE_CAST(WriteHandler)(handler)); in ASIO_INITFN_RESULT_TYPE()
563 buffers, 0, ASIO_MOVE_CAST(ReadHandler)(handler)); in ASIO_INITFN_RESULT_TYPE()
617 buffers, flags, ASIO_MOVE_CAST(ReadHandler)(handler)); in ASIO_INITFN_RESULT_TYPE()
726 buffers, 0, ASIO_MOVE_CAST(WriteHandler)(handler)); in ASIO_INITFN_RESULT_TYPE()
839 buffers, 0, ASIO_MOVE_CAST(ReadHandler)(handler)); in ASIO_INITFN_RESULT_TYPE()
Dbasic_socket.hpp153 ASIO_MOVE_CAST(basic_socket)(other)) in basic_socket()
170 ASIO_MOVE_CAST(basic_socket)(other)); in operator =()
215 ASIO_MOVE_CAST(basic_socket)(tmp)); in operator =()
745 ASIO_MOVE_CAST(ConnectHandler)(handler)); in ASIO_INITFN_RESULT_TYPE()
749 ASIO_MOVE_CAST(ASIO_HANDLER_TYPE( in ASIO_INITFN_RESULT_TYPE()
758 peer_endpoint, ASIO_MOVE_CAST(ConnectHandler)(handler)); in ASIO_INITFN_RESULT_TYPE()
Dbasic_socket_acceptor.hpp190 ASIO_MOVE_CAST(basic_socket_acceptor)(other)) in basic_socket_acceptor()
207 ASIO_MOVE_CAST(basic_socket_acceptor)(other)); in operator =()
255 ASIO_MOVE_CAST(basic_socket_acceptor)(tmp)); in operator =()
1013 ASIO_MOVE_CAST(AcceptHandler)(handler)); in ASIO_INITFN_RESULT_TYPE()
1123 &peer_endpoint, ASIO_MOVE_CAST(AcceptHandler)(handler)); in ASIO_INITFN_RESULT_TYPE()
Dstream_socket_service.hpp192 ASIO_MOVE_CAST(ConnectHandler)(handler)); in ASIO_INITFN_RESULT_TYPE()
290 ASIO_MOVE_CAST(WriteHandler)(handler)); in ASIO_INITFN_RESULT_TYPE()
317 ASIO_MOVE_CAST(ReadHandler)(handler)); in ASIO_INITFN_RESULT_TYPE()
Dasync_result.hpp57 : handler(ASIO_MOVE_CAST(Handler)(orig_handler)), in async_result_init()
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dconfig.hpp53 #if defined(ASIO_HAS_MOVE) && !defined(ASIO_MOVE_CAST)
55 # define ASIO_MOVE_CAST(type) static_cast<type&&> macro
64 #if !defined(ASIO_MOVE_CAST)
74 # define ASIO_MOVE_CAST(type) static_cast<const type&> macro
Dwrapped_handler.hpp52 handler_(ASIO_MOVE_CAST(Handler)(handler)) in wrapped_handler()
64 handler_(ASIO_MOVE_CAST(Handler)(other.handler_)) in wrapped_handler()
70 dispatcher_.dispatch(ASIO_MOVE_CAST(Handler)(handler_)); in operator ()()
159 handler_(ASIO_MOVE_CAST(Handler)(handler)) in rewrapped_handler()
176 : context_(ASIO_MOVE_CAST(Context)(other.context_)), in rewrapped_handler()
177 handler_(ASIO_MOVE_CAST(Handler)(other.handler_)) in rewrapped_handler()
Dcompletion_handler.hpp35 handler_(ASIO_MOVE_CAST(Handler)(h)) in completion_handler()
55 Handler handler(ASIO_MOVE_CAST(Handler)(h->handler_)); in do_complete()
Dbind_handler.hpp36 : handler_(ASIO_MOVE_CAST(Handler)(handler)), in binder1()
115 : handler_(ASIO_MOVE_CAST(Handler)(handler)), in binder2()
200 : handler_(ASIO_MOVE_CAST(Handler)(handler)), in binder3()
292 : handler_(ASIO_MOVE_CAST(Handler)(handler)), in binder4()
394 : handler_(ASIO_MOVE_CAST(Handler)(handler)), in binder5()
Dreactive_null_buffers_op.hpp36 handler_(ASIO_MOVE_CAST(Handler)(handler)) in reactive_null_buffers_op()
Dreactive_socket_connect_op.hpp58 handler_(ASIO_MOVE_CAST(Handler)(handler)) in reactive_socket_connect_op()
Dreactive_socket_send_op.hpp73 handler_(ASIO_MOVE_CAST(Handler)(handler)) in reactive_socket_send_op()
Dresolve_endpoint_op.hpp47 handler_(ASIO_MOVE_CAST(Handler)(handler)) in resolve_endpoint_op()
Dresolve_op.hpp48 handler_(ASIO_MOVE_CAST(Handler)(handler)), in resolve_op()
Dreactive_socket_recvmsg_op.hpp77 handler_(ASIO_MOVE_CAST(Handler)(handler)) in reactive_socket_recvmsg_op()
Dreactive_socket_recv_op.hpp76 handler_(ASIO_MOVE_CAST(Handler)(handler)) in reactive_socket_recv_op()
Dreactive_socket_sendto_op.hpp76 handler_(ASIO_MOVE_CAST(Handler)(handler)) in reactive_socket_sendto_op()
Dreactive_socket_recvfrom_op.hpp85 handler_(ASIO_MOVE_CAST(Handler)(handler)) in reactive_socket_recvfrom_op()
Dreactive_socket_accept_op.hpp89 handler_(ASIO_MOVE_CAST(Handler)(handler)) in reactive_socket_accept_op()
/external/parameter-framework/asio-1.10.6/include/asio/ip/
Dbasic_resolver.hpp163 ASIO_MOVE_CAST(ResolveHandler)(handler)); in ASIO_INITFN_RESULT_TYPE()
256 ASIO_MOVE_CAST(ResolveHandler)(handler)); in ASIO_INITFN_RESULT_TYPE()
Dresolver_service.hpp100 ASIO_MOVE_CAST(ResolveHandler)(handler)); in ASIO_INITFN_RESULT_TYPE()
123 ASIO_MOVE_CAST(ResolveHandler)(handler)); in ASIO_INITFN_RESULT_TYPE()

12