Searched refs:asio (Results 1 - 25 of 239) sorted by relevance

12345678910

/external/parameter-framework/asio/include/asio/
H A Dhandler_continuation_hook.hpp15 #include "asio/detail/config.hpp"
17 #include "asio/detail/push_options.hpp"
19 namespace asio { namespace
47 } // namespace asio
49 #include "asio/detail/pop_options.hpp"
H A Dsystem_error.hpp15 #include "asio/detail/config.hpp"
19 #include "asio/detail/push_options.hpp"
21 namespace asio { namespace
27 } // namespace asio
29 #include "asio/detail/pop_options.hpp"
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dhandler_continuation_hook.hpp15 #include "asio/detail/config.hpp"
17 #include "asio/detail/push_options.hpp"
19 namespace asio { namespace
47 } // namespace asio
49 #include "asio/detail/pop_options.hpp"
/external/parameter-framework/asio/include/asio/detail/
H A Dhandler_type_requirements.hpp15 #include "asio/detail/config.hpp"
43 # include "asio/handler_type.hpp"
56 namespace asio { namespace
112 #define ASIO_COMPLETION_HANDLER_CHECK( handler_type, handler) typedef ASIO_HANDLER_TYPE(handler_type, void()) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT( sizeof(asio::detail::zero_arg_handler_test( asio::detail::clvref< asio_true_handler_type>(), 0)) == 1, "CompletionHandler 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>()(), char(0))> ASIO_UNUSED_TYPEDEF
114 #define ASIO_READ_HANDLER_CHECK( handler_type, handler) typedef ASIO_HANDLER_TYPE(handler_type, void(asio
[all...]
H A Dthrow_error.hpp15 #include "asio/detail/config.hpp"
16 #include "asio/error_code.hpp"
18 #include "asio/detail/push_options.hpp"
20 namespace asio { namespace
23 ASIO_DECL void do_throw_error(const asio::error_code& err);
25 ASIO_DECL void do_throw_error(const asio::error_code& err,
28 inline void throw_error(const asio::error_code& err)
34 inline void throw_error(const asio::error_code& err,
42 } // namespace asio
44 #include "asio/detai
[all...]
H A Dnoncopyable.hpp15 #include "asio/detail/config.hpp"
17 #include "asio/detail/push_options.hpp"
19 namespace asio { namespace
34 using asio::detail::noncopyable;
36 } // namespace asio
38 #include "asio/detail/pop_options.hpp"
H A Dwait_op.hpp15 #include "asio/detail/config.hpp"
16 #include "asio/detail/operation.hpp"
18 #include "asio/detail/push_options.hpp"
20 namespace asio { namespace
28 asio::error_code ec_;
38 } // namespace asio
40 #include "asio/detail/pop_options.hpp"
H A Dservice_registry.hpp15 #include "asio/detail/config.hpp"
17 #include "asio/detail/mutex.hpp"
18 #include "asio/detail/noncopyable.hpp"
19 #include "asio/io_service.hpp"
21 #include "asio/detail/push_options.hpp"
23 namespace asio { namespace
35 service_registry(asio::io_service& o,
42 ASIO_DECL void notify_fork(asio::io_service::fork_event fork_ev);
67 asio::io_service::service::key& key,
68 const asio
[all...]
H A Daddressof.hpp15 #include "asio/detail/config.hpp"
19 namespace asio { namespace
25 } // namespace asio
H A Darray.hpp15 #include "asio/detail/config.hpp"
19 namespace asio { namespace
25 } // namespace asio
H A Dfd_set_adapter.hpp15 #include "asio/detail/config.hpp"
18 #include "asio/detail/posix_fd_set_adapter.hpp"
19 #include "asio/detail/win_fd_set_adapter.hpp"
21 namespace asio { namespace
27 } // namespace asio
H A Doperation.hpp15 #include "asio/detail/config.hpp"
17 # include "asio/detail/task_io_service_operation.hpp"
19 namespace asio { namespace
25 } // namespace asio
H A Dselect_interrupter.hpp15 #include "asio/detail/config.hpp"
18 # include "asio/detail/pipe_select_interrupter.hpp"
20 namespace asio { namespace
26 } // namespace asio
H A Dshared_ptr.hpp15 #include "asio/detail/config.hpp"
19 namespace asio { namespace
25 } // namespace asio
H A Dweak_ptr.hpp15 #include "asio/detail/config.hpp"
19 namespace asio { namespace
25 } // namespace asio
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dhandler_type_requirements.hpp15 #include "asio/detail/config.hpp"
43 # include "asio/handler_type.hpp"
56 namespace asio { namespace
112 #define ASIO_COMPLETION_HANDLER_CHECK( handler_type, handler) typedef ASIO_HANDLER_TYPE(handler_type, void()) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT( sizeof(asio::detail::zero_arg_handler_test( asio::detail::clvref< asio_true_handler_type>(), 0)) == 1, "CompletionHandler 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>()(), char(0))> ASIO_UNUSED_TYPEDEF
114 #define ASIO_READ_HANDLER_CHECK( handler_type, handler) typedef ASIO_HANDLER_TYPE(handler_type, void(asio
[all...]
H A Dthrow_error.hpp15 #include "asio/detail/config.hpp"
16 #include "asio/error_code.hpp"
18 #include "asio/detail/push_options.hpp"
20 namespace asio { namespace
23 ASIO_DECL void do_throw_error(const asio::error_code& err);
25 ASIO_DECL void do_throw_error(const asio::error_code& err,
28 inline void throw_error(const asio::error_code& err)
34 inline void throw_error(const asio::error_code& err,
42 } // namespace asio
44 #include "asio/detai
[all...]
H A Dnoncopyable.hpp15 #include "asio/detail/config.hpp"
17 #include "asio/detail/push_options.hpp"
19 namespace asio { namespace
34 using asio::detail::noncopyable;
36 } // namespace asio
38 #include "asio/detail/pop_options.hpp"
H A Dwait_op.hpp15 #include "asio/detail/config.hpp"
16 #include "asio/detail/operation.hpp"
18 #include "asio/detail/push_options.hpp"
20 namespace asio { namespace
28 asio::error_code ec_;
38 } // namespace asio
40 #include "asio/detail/pop_options.hpp"
H A Dservice_registry.hpp15 #include "asio/detail/config.hpp"
17 #include "asio/detail/mutex.hpp"
18 #include "asio/detail/noncopyable.hpp"
19 #include "asio/io_service.hpp"
21 #include "asio/detail/push_options.hpp"
23 namespace asio { namespace
35 service_registry(asio::io_service& o,
42 ASIO_DECL void notify_fork(asio::io_service::fork_event fork_ev);
67 asio::io_service::service::key& key,
68 const asio
[all...]
H A Daddressof.hpp15 #include "asio/detail/config.hpp"
19 namespace asio { namespace
25 } // namespace asio
H A Darray.hpp15 #include "asio/detail/config.hpp"
19 namespace asio { namespace
25 } // namespace asio
H A Dfd_set_adapter.hpp15 #include "asio/detail/config.hpp"
18 #include "asio/detail/posix_fd_set_adapter.hpp"
19 #include "asio/detail/win_fd_set_adapter.hpp"
21 namespace asio { namespace
27 } // namespace asio
H A Doperation.hpp15 #include "asio/detail/config.hpp"
17 # include "asio/detail/task_io_service_operation.hpp"
19 namespace asio { namespace
25 } // namespace asio
H A Dselect_interrupter.hpp15 #include "asio/detail/config.hpp"
18 # include "asio/detail/pipe_select_interrupter.hpp"
20 namespace asio { namespace
26 } // namespace asio

Completed in 206 milliseconds

12345678910