Lines Matching defs:WFR
297 auto WFR =
299 SetupMsgHandler(std::move(WFR));
416 auto WFR =
418 SendResult(std::move(WFR));
429 [this, RemoteSeqNo](shared::WrapperFunctionResult WFR) {
432 ExecutorAddr(), {WFR.data(), WFR.size()}))
442 auto WFR = WrapperFunctionResult::copyFrom(ArgBytes.data(), ArgBytes.size());
443 if (const char *ErrMsg = WFR.getOutOfBandError())
447 SPSInputBuffer IB(WFR.data(), WFR.size());