Searched refs:binder2 (Results 1 – 9 of 9) sorted by relevance
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | bind_handler.hpp | 104 class binder2 class 107 binder2(const Handler& handler, const Arg1& arg1, const Arg2& arg2) in binder2() function in asio::detail::binder2 114 binder2(Handler& handler, const Arg1& arg1, const Arg2& arg2) in binder2() function in asio::detail::binder2 140 binder2<Handler, Arg1, Arg2>* this_handler) in asio_handler_allocate() 148 binder2<Handler, Arg1, Arg2>* this_handler) in asio_handler_deallocate() 156 binder2<Handler, Arg1, Arg2>* this_handler) in asio_handler_is_continuation() 164 binder2<Handler, Arg1, Arg2>* this_handler) in asio_handler_invoke() 172 binder2<Handler, Arg1, Arg2>* this_handler) in asio_handler_invoke() 179 inline binder2<Handler, Arg1, Arg2> bind_handler(Handler handler, in bind_handler() 182 return binder2<Handler, Arg1, Arg2>(handler, arg1, arg2); in bind_handler()
|
D | reactive_null_buffers_op.hpp | 61 detail::binder2<Handler, asio::error_code, std::size_t> in do_complete()
|
D | reactive_socket_send_op.hpp | 93 detail::binder2<Handler, asio::error_code, std::size_t> in do_complete()
|
D | resolve_endpoint_op.hpp | 89 detail::binder2<Handler, asio::error_code, iterator_type> in do_complete()
|
D | reactive_socket_recv_op.hpp | 96 detail::binder2<Handler, asio::error_code, std::size_t> in do_complete()
|
D | reactive_socket_sendto_op.hpp | 96 detail::binder2<Handler, asio::error_code, std::size_t> in do_complete()
|
D | reactive_socket_recvmsg_op.hpp | 98 detail::binder2<Handler, asio::error_code, std::size_t> in do_complete()
|
D | resolve_op.hpp | 94 detail::binder2<Handler, asio::error_code, iterator_type> in do_complete()
|
D | reactive_socket_recvfrom_op.hpp | 106 detail::binder2<Handler, asio::error_code, std::size_t> in do_complete()
|