Searched refs:moveAssign (Results 1 – 3 of 3) sorted by relevance
136 moveAssign(std::move(Other));216 void moveAssign(ErrorOr<OtherT> &&Other) { in moveAssign() function
548 moveAssign(std::move(Other));645 template <class OtherT> void moveAssign(Expected<OtherT> &&Other) { in moveAssign() function
240 moveAssign(std::move(Other));325 template <class OtherT> void moveAssign(Expected<OtherT> &&Other) { in moveAssign() function