HomeSort by relevance Sort by last modified time
    Searched refs:ResponseId (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 50 /// ResponseId and FirstValidId.
55 static const T ResponseId = static_cast<T>(1);
88 FuncId != RPCFunctionIdTraits<FunctionIdT>::ResponseId,
89 "Cannot define custom function with InvalidId or ResponseId. "
125 FunctionIdT ResponseId = RPCFunctionIdTraits<FunctionIdT>::ResponseId;
134 if (auto Err = serializeSeq(C, ResponseId, SeqNo, *Result))
145 FuncId != RPCFunctionIdTraits<FunctionIdT>::ResponseId,
146 "Cannot define custom function with InvalidId or ResponseId. "
171 const FunctionIdT ResponseId
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 398 static Error sendResult(ChannelT &C, const FunctionIdT &ResponseId,
405 if (auto Err = C.startSendMessage(ResponseId, SeqNo))
420 static Error sendResult(ChannelT &C, const FunctionIdT &ResponseId,
424 if (auto Err2 = C.startSendMessage(ResponseId, SeqNo))
440 static Error sendResult(ChannelT &C, const FunctionIdT &ResponseId,
447 if (auto Err = C.startSendMessage(ResponseId, SeqNo))
461 static Error sendResult(ChannelT &C, const FunctionIdT &ResponseId,
465 if (auto Err2 = C.startSendMessage(ResponseId, SeqNo))
477 Error respond(ChannelT &C, const FunctionIdT &ResponseId,
480 template sendResult<WireRetT>(C, ResponseId, SeqNo, std::move(ResultOrErr))
    [all...]

Completed in 757 milliseconds