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
535 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected()542 moveConstruct(std::move(Other));551 moveConstruct(std::move(Other));650 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