HomeSort by relevance Sort by last modified time
    Searched refs:ASIO_MOVE_CAST (Results 1 - 25 of 26) sorted by null

1 2

  /external/parameter-framework/asio-1.10.6/include/asio/detail/
completion_handler.hpp 35 handler_(ASIO_MOVE_CAST(Handler)(h))
55 Handler handler(ASIO_MOVE_CAST(Handler)(h->handler_));
config.hpp 50 // If ASIO_MOVE_CAST isn't defined, and move support is available, define
51 // ASIO_MOVE_ARG and ASIO_MOVE_CAST to take advantage of rvalue
53 #if defined(ASIO_HAS_MOVE) && !defined(ASIO_MOVE_CAST)
55 # define ASIO_MOVE_CAST(type) static_cast<type&&>
57 #endif // defined(ASIO_HAS_MOVE) && !defined(ASIO_MOVE_CAST)
59 // If ASIO_MOVE_CAST still isn't defined, default to a C++03-compatible
64 #if !defined(ASIO_MOVE_CAST)
74 # define ASIO_MOVE_CAST(type) static_cast<const type&>
76 #endif // !defined(ASIO_MOVE_CAST)
wrapped_handler.hpp 52 handler_(ASIO_MOVE_CAST(Handler)(handler))
64 handler_(ASIO_MOVE_CAST(Handler)(other.handler_))
70 dispatcher_.dispatch(ASIO_MOVE_CAST(Handler)(handler_));
159 handler_(ASIO_MOVE_CAST(Handler)(handler))
176 : context_(ASIO_MOVE_CAST(Context)(other.context_)),
177 handler_(ASIO_MOVE_CAST(Handler)(other.handler_))
reactive_null_buffers_op.hpp 36 handler_(ASIO_MOVE_CAST(Handler)(handler))
reactive_socket_connect_op.hpp 58 handler_(ASIO_MOVE_CAST(Handler)(handler))
reactive_socket_send_op.hpp 73 handler_(ASIO_MOVE_CAST(Handler)(handler))
resolve_endpoint_op.hpp 47 handler_(ASIO_MOVE_CAST(Handler)(handler))
reactive_socket_accept_op.hpp 89 handler_(ASIO_MOVE_CAST(Handler)(handler))
reactive_socket_recv_op.hpp 76 handler_(ASIO_MOVE_CAST(Handler)(handler))
reactive_socket_recvfrom_op.hpp 85 handler_(ASIO_MOVE_CAST(Handler)(handler))
reactive_socket_recvmsg_op.hpp 77 handler_(ASIO_MOVE_CAST(Handler)(handler))
reactive_socket_sendto_op.hpp 76 handler_(ASIO_MOVE_CAST(Handler)(handler))
resolve_op.hpp 48 handler_(ASIO_MOVE_CAST(Handler)(handler)),
bind_handler.hpp 36 : handler_(ASIO_MOVE_CAST(Handler)(handler)),
115 : handler_(ASIO_MOVE_CAST(Handler)(handler)),
200 : handler_(ASIO_MOVE_CAST(Handler)(handler)),
292 : handler_(ASIO_MOVE_CAST(Handler)(handler)),
394 : handler_(ASIO_MOVE_CAST(Handler)(handler)),
  /external/parameter-framework/asio-1.10.6/include/asio/impl/
write.hpp 98 handler_(ASIO_MOVE_CAST(WriteHandler)(handler))
118 handler_(ASIO_MOVE_CAST(WriteHandler)(other.handler_))
132 ASIO_MOVE_CAST(write_op)(*this));
172 handler_(ASIO_MOVE_CAST(WriteHandler)(handler))
192 handler_(ASIO_MOVE_CAST(WriteHandler)(other.handler_))
208 ASIO_MOVE_CAST(write_op)(*this));
246 handler_(ASIO_MOVE_CAST(WriteHandler)(handler))
266 handler_(ASIO_MOVE_CAST(WriteHandler)(other.handler_))
282 ASIO_MOVE_CAST(write_op)(*this));
318 handler_(ASIO_MOVE_CAST(WriteHandler)(handler)
    [all...]
read.hpp 100 handler_(ASIO_MOVE_CAST(ReadHandler)(handler))
120 handler_(ASIO_MOVE_CAST(ReadHandler)(other.handler_))
134 ASIO_MOVE_CAST(read_op)(*this));
173 handler_(ASIO_MOVE_CAST(ReadHandler)(handler))
193 handler_(ASIO_MOVE_CAST(ReadHandler)(other.handler_))
209 ASIO_MOVE_CAST(read_op)(*this));
245 handler_(ASIO_MOVE_CAST(ReadHandler)(handler))
265 handler_(ASIO_MOVE_CAST(ReadHandler)(other.handler_))
290 stream_.async_read_some(bufs, ASIO_MOVE_CAST(read_op)(*this));
327 handler_(ASIO_MOVE_CAST(ReadHandler)(handler)
    [all...]
io_service.hpp 79 ASIO_MOVE_CAST(CompletionHandler)(handler));
96 ASIO_MOVE_CAST(CompletionHandler)(handler));
connect.hpp 185 handler_(ASIO_MOVE_CAST(ComposedConnectHandler)(handler))
205 handler_(ASIO_MOVE_CAST(ComposedConnectHandler)(other.handler_))
222 ASIO_MOVE_CAST(connect_op)(*this));
330 ASIO_MOVE_CAST(ComposedConnectHandler)(handler));
356 ASIO_MOVE_CAST(ComposedConnectHandler)(handler));
382 ASIO_MOVE_CAST(ComposedConnectHandler)(handler));
408 ASIO_MOVE_CAST(ComposedConnectHandler)(handler));
  /external/parameter-framework/asio-1.10.6/include/asio/
async_result.hpp 57 : handler(ASIO_MOVE_CAST(Handler)(orig_handler)),
basic_stream_socket.hpp 145 ASIO_MOVE_CAST(basic_stream_socket)(other))
162 ASIO_MOVE_CAST(basic_stream_socket)(other));
354 ASIO_MOVE_CAST(WriteHandler)(handler));
407 ASIO_MOVE_CAST(WriteHandler)(handler));
563 buffers, 0, ASIO_MOVE_CAST(ReadHandler)(handler));
617 buffers, flags, ASIO_MOVE_CAST(ReadHandler)(handler));
726 buffers, 0, ASIO_MOVE_CAST(WriteHandler)(handler));
    [all...]
basic_socket.hpp 153 ASIO_MOVE_CAST(basic_socket)(other))
170 ASIO_MOVE_CAST(basic_socket)(other));
215 ASIO_MOVE_CAST(basic_socket)(tmp));
745 ASIO_MOVE_CAST(ConnectHandler)(handler));
749 ASIO_MOVE_CAST(ASIO_HANDLER_TYPE(
758 peer_endpoint, ASIO_MOVE_CAST(ConnectHandler)(handler));
    [all...]
basic_socket_acceptor.hpp 190 ASIO_MOVE_CAST(basic_socket_acceptor)(other))
207 ASIO_MOVE_CAST(basic_socket_acceptor)(other));
255 ASIO_MOVE_CAST(basic_socket_acceptor)(tmp));
    [all...]
stream_socket_service.hpp 192 ASIO_MOVE_CAST(ConnectHandler)(handler));
290 ASIO_MOVE_CAST(WriteHandler)(handler));
317 ASIO_MOVE_CAST(ReadHandler)(handler));
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
basic_resolver.hpp 163 ASIO_MOVE_CAST(ResolveHandler)(handler));
256 ASIO_MOVE_CAST(ResolveHandler)(handler));
resolver_service.hpp 100 ASIO_MOVE_CAST(ResolveHandler)(handler));
123 ASIO_MOVE_CAST(ResolveHandler)(handler));

Completed in 443 milliseconds

1 2