Searched refs:moveConstruct (Results 1 – 4 of 4) 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
523 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
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
109 void moveConstruct() { in moveConstruct() function