HomeSort by relevance Sort by last modified time
    Searched refs:ASIO_COMPOSED_CONNECT_HANDLER_CHECK (Results 1 - 2 of 2) sorted by null

  /external/parameter-framework/asio-1.10.6/include/asio/impl/
connect.hpp 325 ASIO_COMPOSED_CONNECT_HANDLER_CHECK(
351 ASIO_COMPOSED_CONNECT_HANDLER_CHECK(
377 ASIO_COMPOSED_CONNECT_HANDLER_CHECK(
403 ASIO_COMPOSED_CONNECT_HANDLER_CHECK(
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
handler_type_requirements.hpp 123 #define ASIO_COMPOSED_CONNECT_HANDLER_CHECK( handler_type, handler, iter_type) typedef ASIO_HANDLER_TYPE(handler_type, void(asio::error_code, iter_type)) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT( sizeof(asio::detail::two_arg_handler_test( asio::detail::clvref< asio_true_handler_type>(), static_cast<const asio::error_code*>(0), static_cast<const iter_type*>(0))) == 1, "ComposedConnectHandler type requirements not met") typedef asio::detail::handler_type_requirements< sizeof( asio::detail::argbyv( asio::detail::clvref< asio_true_handler_type>())) + sizeof( asio::detail::lvref< asio_true_handler_type>()( asio::detail::lvref<const asio::error_code>(), asio::detail::lvref<const iter_type>()), char(0))> ASIO_UNUSED_TYPEDEF
149 #define ASIO_COMPOSED_CONNECT_HANDLER_CHECK( handler_type, handler, iter_type) typedef int ASIO_UNUSED_TYPEDEF

Completed in 1067 milliseconds