Searched refs:moveConstruct (Results 1 – 2 of 2) sorted by relevance
112 moveConstruct(std::move(Other)); in ErrorOr()118 moveConstruct(std::move(Other));127 moveConstruct(std::move(Other));203 void moveConstruct(ErrorOr<OtherT> &&Other) { in moveConstruct() function
493 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected()501 moveConstruct(std::move(Other));510 moveConstruct(std::move(Other));599 template <class OtherT> void moveConstruct(Expected<OtherT> &&Other) { in moveConstruct() function