Searched refs:moveConstruct (Results 1 – 7 of 7) 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
481 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected()489 moveConstruct(std::move(Other));499 moveConstruct(std::move(Other));588 template <class OtherT> void moveConstruct(Expected<OtherT> &&Other) { in moveConstruct() function
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
682 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected()690 moveConstruct(std::move(Other));700 moveConstruct(std::move(Other));789 template <class OtherT> void moveConstruct(Expected<OtherT> &&Other) { in moveConstruct() function
109 void moveConstruct() { in moveConstruct() function