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
524 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected()531 moveConstruct(std::move(Other));540 moveConstruct(std::move(Other));639 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