Lines Matching refs:move
41 return Complete(std::move(Result)); in lookupSymbolsAsyncHelper()
45 [&DylibMgr, Request, Complete = std::move(Complete), in lookupSymbolsAsyncHelper()
46 Result = std::move(Result)](auto R) mutable { in lookupSymbolsAsyncHelper()
55 DylibMgr, Request.drop_front(), std::move(Result), in lookupSymbolsAsyncHelper()
56 std::move(Complete)); in lookupSymbolsAsyncHelper()
62 lookupSymbolsAsyncHelper(*DylibMgr, Request, {}, std::move(Complete)); in lookupSymbolsAsync()
70 return std::move(Err); in runAsMain()
78 return std::move(Err); in runAsVoidFunction()
87 return std::move(Err); in runAsIntFunction()
99 PendingCallWrapperResults[SeqNo] = std::move(OnComplete); in callWrapperAsync()
115 H = std::move(I->second); in callWrapperAsync()
123 getExecutionSession().reportError(std::move(Err)); in callWrapperAsync()
132 return std::move(DisconnectErr); in disconnect()
173 if (auto Err = handleSetup(SeqNo, TagAddr, std::move(ArgBytes))) in handleMessage()
174 return std::move(Err); in handleMessage()
178 if (auto Err = handleHangup(std::move(ArgBytes))) in handleMessage()
179 return std::move(Err); in handleMessage()
182 if (auto Err = handleResult(SeqNo, TagAddr, std::move(ArgBytes))) in handleMessage()
183 return std::move(Err); in handleMessage()
186 handleCallWrapper(SeqNo, TagAddr, std::move(ArgBytes)); in handleMessage()
210 DisconnectErr = joinErrors(std::move(DisconnectErr), std::move(Err)); in handleDisconnect()
224 return std::move(Err); in createDefaultMemoryManager()
285 auto SetupMsgHandler = std::move(I->second); in handleSetup()
290 SetupMsgHandler(std::move(WFR)); in handleSetup()
347 BootstrapMap = std::move(EI->BootstrapMap); in setup()
348 BootstrapSymbols = std::move(EI->BootstrapSymbols); in setup()
360 DylibMgr = std::make_unique<EPCGenericDylibManager>(std::move(*DM)); in setup()
369 OwnedMemMgr = std::move(*MemMgr); in setup()
379 OwnedMemAccess = std::move(*MemAccess); in setup()
402 SendResult = std::move(I->second); in handleResult()
409 SendResult(std::move(WFR)); in handleResult()
418 [this, RemoteSeqNo, TagAddr, ArgBytes = std::move(ArgBytes)]() { in handleCallWrapper()
424 getExecutionSession().reportError(std::move(Err)); in handleCallWrapper()
442 return fromSPSSerializable(std::move(Info)); in handleHangup()