Home | History | Annotate | Download | only in asio

Lines Matching defs:assign

136     this->get_service().assign(this->get_implementation(),
138 asio::detail::throw_error(ec, "assign");
157 /// Move-assign a basic_socket from another.
197 /// Move-assign a basic_socket from a socket of another protocol type.
293 /// Assign an existing native socket to the socket.
303 void assign(const protocol_type& protocol,
307 this->get_service().assign(this->get_implementation(),
309 asio::detail::throw_error(ec, "assign");
312 /// Assign an existing native socket to the socket.
322 asio::error_code assign(const protocol_type& protocol,
325 return this->get_service().assign(this->get_implementation(),