Lines Matching defs:ArgBytes
137 SimpleRemoteEPCArgBytesVector ArgBytes) {
161 << ", arg-buffer = " << formatv("{0:x}", ArgBytes.size())
172 if (auto Err = handleSetup(SeqNo, TagAddr, std::move(ArgBytes)))
177 if (auto Err = handleHangup(std::move(ArgBytes)))
181 if (auto Err = handleResult(SeqNo, TagAddr, std::move(ArgBytes)))
185 handleCallWrapper(SeqNo, TagAddr, std::move(ArgBytes));
245 ArrayRef<char> ArgBytes) {
268 << ", arg-buffer = " << formatv("{0:x}", ArgBytes.size())
271 auto Err = T->sendMessage(OpC, SeqNo, TagAddr, ArgBytes);
280 SimpleRemoteEPCArgBytesVector ArgBytes) {
298 shared::WrapperFunctionResult::copyFrom(ArgBytes.data(), ArgBytes.size());
397 SimpleRemoteEPCArgBytesVector ArgBytes) {
417 shared::WrapperFunctionResult::copyFrom(ArgBytes.data(), ArgBytes.size());
424 SimpleRemoteEPCArgBytesVector ArgBytes) {
427 [this, RemoteSeqNo, TagAddr, ArgBytes = std::move(ArgBytes)]() {
435 TagAddr, ArgBytes);
440 Error SimpleRemoteEPC::handleHangup(SimpleRemoteEPCArgBytesVector ArgBytes) {
442 auto WFR = WrapperFunctionResult::copyFrom(ArgBytes.data(), ArgBytes.size());