Searched defs:other_impl (Results 1 - 6 of 6) sorted by relevance

/external/parameter-framework/asio/include/asio/detail/
H A Dreactive_socket_service.hpp78 implementation_type& other_impl)
80 this->base_move_construct(impl, other_impl);
82 impl.protocol_ = other_impl.protocol_;
83 other_impl.protocol_ = endpoint_type().protocol();
89 implementation_type& other_impl)
91 this->base_move_assign(impl, other_service, other_impl);
93 impl.protocol_ = other_impl.protocol_;
94 other_impl.protocol_ = endpoint_type().protocol();
101 Protocol1>::implementation_type& other_impl)
103 this->base_move_construct(impl, other_impl);
77 move_construct(implementation_type& impl, implementation_type& other_impl) argument
87 move_assign(implementation_type& impl, reactive_socket_service_base& other_service, implementation_type& other_impl) argument
99 converting_move_construct(implementation_type& impl, typename reactive_socket_service< Protocol1>::implementation_type& other_impl) argument
[all...]
/external/parameter-framework/asio/include/asio/
H A Dsocket_acceptor_service.hpp70 implementation_type& other_impl)
72 service_impl_.move_construct(impl, other_impl);
78 implementation_type& other_impl)
80 service_impl_.move_assign(impl, other_service.service_impl_, other_impl);
88 Protocol1>::implementation_type& other_impl,
93 impl, other_impl);
69 move_construct(implementation_type& impl, implementation_type& other_impl) argument
76 move_assign(implementation_type& impl, socket_acceptor_service& other_service, implementation_type& other_impl) argument
86 converting_move_construct(implementation_type& impl, typename socket_acceptor_service< Protocol1>::implementation_type& other_impl, typename enable_if<is_convertible< Protocol1, Protocol>::value>::type* = 0) argument
H A Dstream_socket_service.hpp71 implementation_type& other_impl)
73 service_impl_.move_construct(impl, other_impl);
79 implementation_type& other_impl)
81 service_impl_.move_assign(impl, other_service.service_impl_, other_impl);
89 Protocol1>::implementation_type& other_impl,
94 impl, other_impl);
70 move_construct(implementation_type& impl, implementation_type& other_impl) argument
77 move_assign(implementation_type& impl, stream_socket_service& other_service, implementation_type& other_impl) argument
87 converting_move_construct(implementation_type& impl, typename stream_socket_service< Protocol1>::implementation_type& other_impl, typename enable_if<is_convertible< Protocol1, Protocol>::value>::type* = 0) argument
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dreactive_socket_service.hpp78 implementation_type& other_impl)
80 this->base_move_construct(impl, other_impl);
82 impl.protocol_ = other_impl.protocol_;
83 other_impl.protocol_ = endpoint_type().protocol();
89 implementation_type& other_impl)
91 this->base_move_assign(impl, other_service, other_impl);
93 impl.protocol_ = other_impl.protocol_;
94 other_impl.protocol_ = endpoint_type().protocol();
101 Protocol1>::implementation_type& other_impl)
103 this->base_move_construct(impl, other_impl);
77 move_construct(implementation_type& impl, implementation_type& other_impl) argument
87 move_assign(implementation_type& impl, reactive_socket_service_base& other_service, implementation_type& other_impl) argument
99 converting_move_construct(implementation_type& impl, typename reactive_socket_service< Protocol1>::implementation_type& other_impl) argument
[all...]
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dsocket_acceptor_service.hpp70 implementation_type& other_impl)
72 service_impl_.move_construct(impl, other_impl);
78 implementation_type& other_impl)
80 service_impl_.move_assign(impl, other_service.service_impl_, other_impl);
88 Protocol1>::implementation_type& other_impl,
93 impl, other_impl);
69 move_construct(implementation_type& impl, implementation_type& other_impl) argument
76 move_assign(implementation_type& impl, socket_acceptor_service& other_service, implementation_type& other_impl) argument
86 converting_move_construct(implementation_type& impl, typename socket_acceptor_service< Protocol1>::implementation_type& other_impl, typename enable_if<is_convertible< Protocol1, Protocol>::value>::type* = 0) argument
H A Dstream_socket_service.hpp71 implementation_type& other_impl)
73 service_impl_.move_construct(impl, other_impl);
79 implementation_type& other_impl)
81 service_impl_.move_assign(impl, other_service.service_impl_, other_impl);
89 Protocol1>::implementation_type& other_impl,
94 impl, other_impl);
70 move_construct(implementation_type& impl, implementation_type& other_impl) argument
77 move_assign(implementation_type& impl, stream_socket_service& other_service, implementation_type& other_impl) argument
87 converting_move_construct(implementation_type& impl, typename stream_socket_service< Protocol1>::implementation_type& other_impl, typename enable_if<is_convertible< Protocol1, Protocol>::value>::type* = 0) argument

Completed in 117 milliseconds