Searched defs:ResponseId (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
D | RPCUtils.h | 323 static Error sendResult(ChannelT &C, const FunctionIdT &ResponseId, in sendResult() 347 static Error sendResult(ChannelT &C, const FunctionIdT &ResponseId, in sendResult() 369 static Error sendResult(ChannelT &C, const FunctionIdT &ResponseId, in sendResult() 393 static Error sendResult(ChannelT &C, const FunctionIdT &ResponseId, in sendResult() 411 Error respond(ChannelT &C, const FunctionIdT &ResponseId, in respond() 421 Error respond(ChannelT &C, const FunctionIdT &ResponseId, SequenceNumberT SeqNo, in respond() 1341 FunctionIdT ResponseId; variable
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
D | RPCUtils.h | 321 static Error sendResult(ChannelT &C, const FunctionIdT &ResponseId, in sendResult() 345 static Error sendResult(ChannelT &C, const FunctionIdT &ResponseId, in sendResult() 367 static Error sendResult(ChannelT &C, const FunctionIdT &ResponseId, in sendResult() 391 static Error sendResult(ChannelT &C, const FunctionIdT &ResponseId, in sendResult() 409 Error respond(ChannelT &C, const FunctionIdT &ResponseId, in respond() 419 Error respond(ChannelT &C, const FunctionIdT &ResponseId, SequenceNumberT SeqNo, in respond() 1338 FunctionIdT ResponseId; variable
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | RPCUtils.h | 55 static const T ResponseId = static_cast<T>(1); variable 125 FunctionIdT ResponseId = RPCFunctionIdTraits<FunctionIdT>::ResponseId; in respond() local 171 const FunctionIdT ResponseId = in respond() local
|