Searched refs:moveConstruct (Results 1 – 2 of 2) sorted by relevance
116 moveConstruct(std::move(Other)); in ErrorOr()124 moveConstruct(std::move(Other));134 moveConstruct(std::move(Other));210 void moveConstruct(ErrorOr<OtherT> &&Other) { in moveConstruct() function
488 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected()496 moveConstruct(std::move(Other));506 moveConstruct(std::move(Other));595 template <class OtherT> void moveConstruct(Expected<OtherT> &&Other) { in moveConstruct() function