Home | Sort by relevance Sort by last modified time |
/external/parameter-framework/asio-1.10.6/include/asio/ | |
basic_io_object.hpp | 33 static auto eval(T* t, U* u) -> decltype(t->move_construct(*u, *u), char()); 159 service_->move_construct(implementation, other.implementation); |
socket_acceptor_service.hpp | 69 void move_construct(implementation_type& impl, function in class:asio::socket_acceptor_service 72 service_impl_.move_construct(impl, other_impl); |
stream_socket_service.hpp | 70 void move_construct(implementation_type& impl, function in class:asio::stream_socket_service 73 service_impl_.move_construct(impl, other_impl); |
/external/parameter-framework/asio-1.10.6/include/asio/detail/ | |
reactive_socket_service.hpp | 77 void move_construct(implementation_type& impl, function in class:asio::detail::reactive_socket_service |