Searched refs:asio_handler_is_continuation (Results 1 - 14 of 14) sorted by relevance

/external/parameter-framework/asio/include/asio/
H A Dhandler_continuation_hook.hpp27 * Implement asio_handler_is_continuation for your own handlers to indicate
36 * bool asio_handler_is_continuation(my_handler* context)
42 inline bool asio_handler_is_continuation(...) function in namespace:asio
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dhandler_continuation_hook.hpp27 * Implement asio_handler_is_continuation for your own handlers to indicate
36 * bool asio_handler_is_continuation(my_handler* context)
42 inline bool asio_handler_is_continuation(...) function in namespace:asio
/external/parameter-framework/asio/include/asio/detail/
H A Dhandler_cont_helpers.hpp21 // Calls to asio_handler_is_continuation must be made from a namespace that
32 using asio::asio_handler_is_continuation;
33 return asio_handler_is_continuation(
H A Dbind_handler.hpp73 inline bool asio_handler_is_continuation( function in namespace:asio::detail
155 inline bool asio_handler_is_continuation( function in namespace:asio::detail
243 inline bool asio_handler_is_continuation( function in namespace:asio::detail
341 inline bool asio_handler_is_continuation( function in namespace:asio::detail
446 inline bool asio_handler_is_continuation( function in namespace:asio::detail
H A Dwrapped_handler.hpp213 inline bool asio_handler_is_continuation( function in namespace:asio::detail
256 inline bool asio_handler_is_continuation( function in namespace:asio::detail
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dhandler_cont_helpers.hpp21 // Calls to asio_handler_is_continuation must be made from a namespace that
32 using asio::asio_handler_is_continuation;
33 return asio_handler_is_continuation(
H A Dbind_handler.hpp73 inline bool asio_handler_is_continuation( function in namespace:asio::detail
155 inline bool asio_handler_is_continuation( function in namespace:asio::detail
243 inline bool asio_handler_is_continuation( function in namespace:asio::detail
341 inline bool asio_handler_is_continuation( function in namespace:asio::detail
446 inline bool asio_handler_is_continuation( function in namespace:asio::detail
H A Dwrapped_handler.hpp213 inline bool asio_handler_is_continuation( function in namespace:asio::detail
256 inline bool asio_handler_is_continuation( function in namespace:asio::detail
/external/parameter-framework/asio/include/asio/impl/
H A Dconnect.hpp285 inline bool asio_handler_is_continuation( function in namespace:asio::detail
H A Dread.hpp416 inline bool asio_handler_is_continuation( function in namespace:asio::detail
H A Dwrite.hpp489 inline bool asio_handler_is_continuation( function in namespace:asio::detail
/external/parameter-framework/asio-1.10.6/include/asio/impl/
H A Dconnect.hpp285 inline bool asio_handler_is_continuation( function in namespace:asio::detail
H A Dread.hpp416 inline bool asio_handler_is_continuation( function in namespace:asio::detail
H A Dwrite.hpp489 inline bool asio_handler_is_continuation( function in namespace:asio::detail

Completed in 968 milliseconds