Searched refs:pythonRpc (Results 1 – 1 of 1) sorted by relevance
63 auto pythonRpc = deserializePythonRpcCommandReference( in deserializePythonRpcCommandReference() local65 if (pythonRpc) { in deserializePythonRpcCommandReference()66 rwa.setWrappedRpc(std::move(pythonRpc)); in deserializePythonRpcCommandReference()74 auto pythonRpc = deserializePythonRpcCommandReference( in deserializePythonRpcCommandReference() local76 if (pythonRpc) { in deserializePythonRpcCommandReference()77 rpcWithProfilingReq.setWrappedRpc(std::move(pythonRpc)); in deserializePythonRpcCommandReference()153 auto pythonRpc = deserializePythonRpcCommandReference(*rpc, messageType); in deserializePythonRpcCommand() local154 return pythonRpc ? std::move(pythonRpc) : std::move(rpc); in deserializePythonRpcCommand()