Lines Matching defs:ArgBytes
138 SimpleRemoteEPCArgBytesVector ArgBytes) {
162 << ", arg-buffer = " << formatv("{0:x}", ArgBytes.size())
173 if (auto Err = handleSetup(SeqNo, TagAddr, std::move(ArgBytes)))
178 if (auto Err = handleHangup(std::move(ArgBytes)))
182 if (auto Err = handleResult(SeqNo, TagAddr, std::move(ArgBytes)))
186 handleCallWrapper(SeqNo, TagAddr, std::move(ArgBytes));
236 ArrayRef<char> ArgBytes) {
259 << ", arg-buffer = " << formatv("{0:x}", ArgBytes.size())
262 auto Err = T->sendMessage(OpC, SeqNo, TagAddr, ArgBytes);
271 SimpleRemoteEPCArgBytesVector ArgBytes) {
289 shared::WrapperFunctionResult::copyFrom(ArgBytes.data(), ArgBytes.size());
388 SimpleRemoteEPCArgBytesVector ArgBytes) {
408 shared::WrapperFunctionResult::copyFrom(ArgBytes.data(), ArgBytes.size());
415 SimpleRemoteEPCArgBytesVector ArgBytes) {
418 [this, RemoteSeqNo, TagAddr, ArgBytes = std::move(ArgBytes)]() {
426 TagAddr, ArgBytes);
431 Error SimpleRemoteEPC::handleHangup(SimpleRemoteEPCArgBytesVector ArgBytes) {
433 auto WFR = WrapperFunctionResult::copyFrom(ArgBytes.data(), ArgBytes.size());