Searched refs:moveAssign (Results 1 – 4 of 4) sorted by relevance
115 int moveAssign = 0; member129 moveAssign++;
136 moveAssign(std::move(Other));216 void moveAssign(ErrorOr<OtherT> &&Other) { in moveAssign() function
545 moveAssign(std::move(Other));652 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