Searched refs:moveConstruct (Results 1 – 3 of 3) sorted by relevance
125 moveConstruct(std::move(Other)); in ErrorOr()133 moveConstruct(std::move(Other));143 moveConstruct(std::move(Other));219 void moveConstruct(ErrorOr<OtherT> &&Other) { in moveConstruct() function
646 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected()654 moveConstruct(std::move(Other));664 moveConstruct(std::move(Other));753 template <class OtherT> void moveConstruct(Expected<OtherT> &&Other) { in moveConstruct() function
109 void moveConstruct() { in moveConstruct() function