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

/external/parameter-framework/asio/include/asio/
H A Dbasic_io_object.hpp30 typedef typename service_type::implementation_type implementation_type; typedef in class:asio::detail::service_has_move
40 static_cast<implementation_type*>(0))) == 1;
58 typedef typename service_type::implementation_type implementation_type; typedef in class:asio::basic_io_object
116 implementation_type& get_implementation()
122 const implementation_type& get_implementation() const
129 implementation_type implementation;
142 typedef typename service_type::implementation_type implementation_type; typedef in class:asio::basic_io_object
[all...]
H A Dsocket_acceptor_service.hpp46 typedef typename service_impl_type::implementation_type implementation_type; typedef in class:asio::socket_acceptor_service
63 void construct(implementation_type& impl)
69 void move_construct(implementation_type& impl,
70 implementation_type& other_impl)
76 void move_assign(implementation_type& impl,
78 implementation_type& other_impl)
86 void converting_move_construct(implementation_type& impl,
88 Protocol1>::implementation_type& other_impl,
97 void destroy(implementation_type
[all...]
H A Dstream_socket_service.hpp47 typedef typename service_impl_type::implementation_type implementation_type; typedef in class:asio::stream_socket_service
64 void construct(implementation_type& impl)
70 void move_construct(implementation_type& impl,
71 implementation_type& other_impl)
77 void move_assign(implementation_type& impl,
79 implementation_type& other_impl)
87 void converting_move_construct(implementation_type& impl,
89 Protocol1>::implementation_type& other_impl,
98 void destroy(implementation_type
[all...]
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dbasic_io_object.hpp30 typedef typename service_type::implementation_type implementation_type; typedef in class:asio::detail::service_has_move
40 static_cast<implementation_type*>(0))) == 1;
58 typedef typename service_type::implementation_type implementation_type; typedef in class:asio::basic_io_object
116 implementation_type& get_implementation()
122 const implementation_type& get_implementation() const
129 implementation_type implementation;
142 typedef typename service_type::implementation_type implementation_type; typedef in class:asio::basic_io_object
[all...]
H A Dsocket_acceptor_service.hpp46 typedef typename service_impl_type::implementation_type implementation_type; typedef in class:asio::socket_acceptor_service
63 void construct(implementation_type& impl)
69 void move_construct(implementation_type& impl,
70 implementation_type& other_impl)
76 void move_assign(implementation_type& impl,
78 implementation_type& other_impl)
86 void converting_move_construct(implementation_type& impl,
88 Protocol1>::implementation_type& other_impl,
97 void destroy(implementation_type
[all...]
H A Dstream_socket_service.hpp47 typedef typename service_impl_type::implementation_type implementation_type; typedef in class:asio::stream_socket_service
64 void construct(implementation_type& impl)
70 void move_construct(implementation_type& impl,
71 implementation_type& other_impl)
77 void move_assign(implementation_type& impl,
79 implementation_type& other_impl)
87 void converting_move_construct(implementation_type& impl,
89 Protocol1>::implementation_type& other_impl,
98 void destroy(implementation_type
[all...]
/external/parameter-framework/asio/include/asio/ip/
H A Dresolver_service.hpp56 typedef typename service_impl_type::implementation_type implementation_type; typedef in class:asio::ip::resolver_service
67 void construct(implementation_type& impl)
73 void destroy(implementation_type& impl)
79 void cancel(implementation_type& impl)
85 iterator_type resolve(implementation_type& impl, const query_type& query,
95 async_resolve(implementation_type& impl, const query_type& query,
108 iterator_type resolve(implementation_type& impl,
118 async_resolve(implementation_type& impl, const endpoint_type& endpoint,
/external/parameter-framework/asio-1.10.6/include/asio/ip/
H A Dresolver_service.hpp56 typedef typename service_impl_type::implementation_type implementation_type; typedef in class:asio::ip::resolver_service
67 void construct(implementation_type& impl)
73 void destroy(implementation_type& impl)
79 void cancel(implementation_type& impl)
85 iterator_type resolve(implementation_type& impl, const query_type& query,
95 async_resolve(implementation_type& impl, const query_type& query,
108 iterator_type resolve(implementation_type& impl,
118 async_resolve(implementation_type& impl, const endpoint_type& endpoint,
/external/parameter-framework/asio/include/asio/detail/
H A Dresolver_service_base.hpp36 typedef socket_ops::shared_cancel_token_type implementation_type; typedef in class:asio::detail::resolver_service_base
52 ASIO_DECL void construct(implementation_type& impl);
55 ASIO_DECL void destroy(implementation_type&);
58 ASIO_DECL void cancel(implementation_type& impl);
H A Dreactive_socket_service.hpp57 struct implementation_type : struct in class:asio::detail::reactive_socket_service
61 implementation_type() function in struct:asio::detail::reactive_socket_service::implementation_type
77 void move_construct(implementation_type& impl,
78 implementation_type& other_impl)
87 void move_assign(implementation_type& impl,
89 implementation_type& other_impl)
99 void converting_move_construct(implementation_type& impl,
101 Protocol1>::implementation_type& other_impl)
110 asio::error_code open(implementation_type& impl,
120 asio::error_code assign(implementation_type
[all...]
H A Dresolver_service.hpp36 typedef socket_ops::shared_cancel_token_type implementation_type; typedef in class:asio::detail::resolver_service
54 iterator_type resolve(implementation_type&, const query_type& query,
69 void async_resolve(implementation_type& impl,
86 iterator_type resolve(implementation_type&,
101 void async_resolve(implementation_type& impl,
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dresolver_service_base.hpp36 typedef socket_ops::shared_cancel_token_type implementation_type; typedef in class:asio::detail::resolver_service_base
52 ASIO_DECL void construct(implementation_type& impl);
55 ASIO_DECL void destroy(implementation_type&);
58 ASIO_DECL void cancel(implementation_type& impl);
H A Dreactive_socket_service.hpp57 struct implementation_type : struct in class:asio::detail::reactive_socket_service
61 implementation_type() function in struct:asio::detail::reactive_socket_service::implementation_type
77 void move_construct(implementation_type& impl,
78 implementation_type& other_impl)
87 void move_assign(implementation_type& impl,
89 implementation_type& other_impl)
99 void converting_move_construct(implementation_type& impl,
101 Protocol1>::implementation_type& other_impl)
110 asio::error_code open(implementation_type& impl,
120 asio::error_code assign(implementation_type
[all...]
H A Dresolver_service.hpp36 typedef socket_ops::shared_cancel_token_type implementation_type; typedef in class:asio::detail::resolver_service
54 iterator_type resolve(implementation_type&, const query_type& query,
69 void async_resolve(implementation_type& impl,
86 iterator_type resolve(implementation_type&,
101 void async_resolve(implementation_type& impl,

Completed in 82 milliseconds