Searched refs:moveConstruct (Results 1 – 3 of 3) sorted by relevance
111 moveConstruct(std::move(Other)); in ErrorOr()117 moveConstruct(std::move(Other));126 moveConstruct(std::move(Other));202 void moveConstruct(ErrorOr<OtherT> &&Other) { in moveConstruct() function
539 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected()546 moveConstruct(std::move(Other));555 moveConstruct(std::move(Other));654 template <class OtherT> void moveConstruct(Expected<OtherT> &&Other) { in moveConstruct() function
216 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected()224 moveConstruct(std::move(Other));233 moveConstruct(std::move(Other));312 template <class OtherT> void moveConstruct(Expected<OtherT> &&Other) { in moveConstruct() function