Searched defs:this_handler (Results  1 – 5 of 5) sorted by relevance
| /external/parameter-framework/asio-1.10.6/include/asio/detail/ | 
| D | bind_handler.hpp | 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()
 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()
 [all …]
 
 | 
| D | wrapped_handler.hpp | 198     wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler)  in asio_handler_allocate()206     wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler)  in asio_handler_deallocate()
 214     wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler)  in asio_handler_is_continuation()
 222     wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler)  in asio_handler_invoke()
 232     wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler)  in asio_handler_invoke()
 241     rewrapped_handler<Handler, Context>* this_handler)  in asio_handler_allocate()
 249     rewrapped_handler<Handler, Context>* this_handler)  in asio_handler_deallocate()
 257     rewrapped_handler<Dispatcher, Context>* this_handler)  in asio_handler_is_continuation()
 265     rewrapped_handler<Handler, Context>* this_handler)  in asio_handler_invoke()
 273     rewrapped_handler<Handler, Context>* this_handler)  in asio_handler_invoke()
 
 | 
| /external/parameter-framework/asio-1.10.6/include/asio/impl/ | 
| D | read.hpp | 398         CompletionCondition, ReadHandler>* this_handler)  in asio_handler_allocate()408         CompletionCondition, ReadHandler>* this_handler)  in asio_handler_deallocate()
 418         CompletionCondition, ReadHandler>* this_handler)  in asio_handler_is_continuation()
 430         CompletionCondition, ReadHandler>* this_handler)  in asio_handler_invoke()
 441         CompletionCondition, ReadHandler>* this_handler)  in asio_handler_invoke()
 
 | 
| D | connect.hpp | 267         ConnectCondition, ComposedConnectHandler>* this_handler)  in asio_handler_allocate()277         ConnectCondition, ComposedConnectHandler>* this_handler)  in asio_handler_deallocate()
 287         ConnectCondition, ComposedConnectHandler>* this_handler)  in asio_handler_is_continuation()
 298         ConnectCondition, ComposedConnectHandler>* this_handler)  in asio_handler_invoke()
 309         ConnectCondition, ComposedConnectHandler>* this_handler)  in asio_handler_invoke()
 
 | 
| D | write.hpp | 471         CompletionCondition, WriteHandler>* this_handler)  in asio_handler_allocate()481         CompletionCondition, WriteHandler>* this_handler)  in asio_handler_deallocate()
 491         CompletionCondition, WriteHandler>* this_handler)  in asio_handler_is_continuation()
 503         CompletionCondition, WriteHandler>* this_handler)  in asio_handler_invoke()
 514         CompletionCondition, WriteHandler>* this_handler)  in asio_handler_invoke()
 
 |