Searched refs:moveConstruct (Results 1 – 3 of 3) 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
526 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected()534 moveConstruct(std::move(Other));543 moveConstruct(std::move(Other));632 template <class OtherT> void moveConstruct(Expected<OtherT> &&Other) { in moveConstruct() function
218 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected()226 moveConstruct(std::move(Other));235 moveConstruct(std::move(Other));314 template <class OtherT> void moveConstruct(Expected<OtherT> &&Other) { in moveConstruct() function