Searched refs:binder1 (Results 1 – 3 of 3) sorted by relevance
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | bind_handler.hpp | 26 class binder1 class 29 binder1(const Handler& handler, const Arg1& arg1) in binder1() function in asio::detail::binder1 35 binder1(Handler& handler, const Arg1& arg1) in binder1() function in asio::detail::binder1 58 binder1<Handler, Arg1>* this_handler) in asio_handler_allocate() 66 binder1<Handler, Arg1>* this_handler) in asio_handler_deallocate() 74 binder1<Handler, Arg1>* this_handler) in asio_handler_is_continuation() 82 binder1<Handler, Arg1>* this_handler) in asio_handler_invoke() 90 binder1<Handler, Arg1>* this_handler) in asio_handler_invoke() 97 inline binder1<Handler, Arg1> bind_handler(Handler handler, in bind_handler() 100 return binder1<Handler, Arg1>(handler, arg1); in bind_handler()
|
D | reactive_socket_connect_op.hpp | 79 detail::binder1<Handler, asio::error_code> in do_complete()
|
D | reactive_socket_accept_op.hpp | 109 detail::binder1<Handler, asio::error_code> in do_complete()
|