Searched refs:move_assign (Results 1 – 6 of 6) sorted by relevance
68 static int move_assign; member69 static void reset() { move_construct = move_assign = 0; } in reset()77 ++move_assign; in operator =()85 int MoveAssign::move_assign = 0; member in MoveAssign243 assert(MoveAssign::move_assign == 1); in test_move_assignment_same_index()283 assert(MoveAssign::move_assign == 0); in test_move_assignment_different_index()
60 static int move_assign; member62 copy_construct = copy_assign = move_construct = move_assign = alive = 0; in reset()82 ++move_assign; in operator =()93 int CopyAssign::move_assign = 0; member in CopyAssign
76 void move_assign(implementation_type& impl, in move_assign() function in asio::socket_acceptor_service80 service_impl_.move_assign(impl, other_service.service_impl_, other_impl); in move_assign()
77 void move_assign(implementation_type& impl, in move_assign() function in asio::stream_socket_service81 service_impl_.move_assign(impl, other_service.service_impl_, other_impl); in move_assign()
169 service_->move_assign(implementation, in operator =()
87 void move_assign(implementation_type& impl, in move_assign() function in asio::detail::reactive_socket_service