Home
last modified time | relevance | path

Searched refs:this_handler (Results 1 – 5 of 5) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dbind_handler.hpp58 binder1<Handler, Arg1>* this_handler) in asio_handler_allocate() argument
61 size, this_handler->handler_); in asio_handler_allocate()
66 binder1<Handler, Arg1>* this_handler) in asio_handler_deallocate() argument
69 pointer, size, this_handler->handler_); in asio_handler_deallocate()
74 binder1<Handler, Arg1>* this_handler) in asio_handler_is_continuation() argument
77 this_handler->handler_); in asio_handler_is_continuation()
82 binder1<Handler, Arg1>* this_handler) in asio_handler_invoke() argument
85 function, this_handler->handler_); in asio_handler_invoke()
90 binder1<Handler, Arg1>* this_handler) in asio_handler_invoke() argument
93 function, this_handler->handler_); in asio_handler_invoke()
[all …]
Dwrapped_handler.hpp198 wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler) in asio_handler_allocate() argument
201 size, this_handler->handler_); in asio_handler_allocate()
206 wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler) in asio_handler_deallocate() argument
209 pointer, size, this_handler->handler_); in asio_handler_deallocate()
214 wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler) in asio_handler_is_continuation() argument
216 return IsContinuation()(this_handler->dispatcher_, this_handler->handler_); in asio_handler_is_continuation()
222 wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler) in asio_handler_invoke() argument
224 this_handler->dispatcher_.dispatch( in asio_handler_invoke()
226 function, this_handler->handler_)); in asio_handler_invoke()
232 wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler) in asio_handler_invoke() argument
[all …]
/external/parameter-framework/asio-1.10.6/include/asio/impl/
Dconnect.hpp267 ConnectCondition, ComposedConnectHandler>* this_handler) in asio_handler_allocate() argument
270 size, this_handler->handler_); in asio_handler_allocate()
277 ConnectCondition, ComposedConnectHandler>* this_handler) in asio_handler_deallocate() argument
280 pointer, size, this_handler->handler_); in asio_handler_deallocate()
287 ConnectCondition, ComposedConnectHandler>* this_handler) in asio_handler_is_continuation() argument
290 this_handler->handler_); in asio_handler_is_continuation()
298 ConnectCondition, ComposedConnectHandler>* this_handler) in asio_handler_invoke() argument
301 function, this_handler->handler_); in asio_handler_invoke()
309 ConnectCondition, ComposedConnectHandler>* this_handler) in asio_handler_invoke() argument
312 function, this_handler->handler_); in asio_handler_invoke()
Dread.hpp398 CompletionCondition, ReadHandler>* this_handler) in asio_handler_allocate() argument
401 size, this_handler->handler_); in asio_handler_allocate()
408 CompletionCondition, ReadHandler>* this_handler) in asio_handler_deallocate() argument
411 pointer, size, this_handler->handler_); in asio_handler_deallocate()
418 CompletionCondition, ReadHandler>* this_handler) in asio_handler_is_continuation() argument
420 return this_handler->start_ == 0 ? true in asio_handler_is_continuation()
422 this_handler->handler_); in asio_handler_is_continuation()
430 CompletionCondition, ReadHandler>* this_handler) in asio_handler_invoke() argument
433 function, this_handler->handler_); in asio_handler_invoke()
441 CompletionCondition, ReadHandler>* this_handler) in asio_handler_invoke() argument
[all …]
Dwrite.hpp471 CompletionCondition, WriteHandler>* this_handler) in asio_handler_allocate() argument
474 size, this_handler->handler_); in asio_handler_allocate()
481 CompletionCondition, WriteHandler>* this_handler) in asio_handler_deallocate() argument
484 pointer, size, this_handler->handler_); in asio_handler_deallocate()
491 CompletionCondition, WriteHandler>* this_handler) in asio_handler_is_continuation() argument
493 return this_handler->start_ == 0 ? true in asio_handler_is_continuation()
495 this_handler->handler_); in asio_handler_is_continuation()
503 CompletionCondition, WriteHandler>* this_handler) in asio_handler_invoke() argument
506 function, this_handler->handler_); in asio_handler_invoke()
514 CompletionCondition, WriteHandler>* this_handler) in asio_handler_invoke() argument
[all …]