Searched refs:pythonRpcHandler (Results 1 – 4 of 4) sorted by relevance
196 auto& pythonRpcHandler = PythonRpcHandler::getInstance(); in toHere() local197 auto ret = pythonRpcHandler.deserialize( in toHere()199 pythonRpcHandler.handleException(ret); in toHere()250 auto& pythonRpcHandler = PythonRpcHandler::getInstance(); in createRRefProxy() local252 auto& functions = pythonRpcHandler.getRRefProxyFunctions(); in createRRefProxy()274 auto& pythonRpcHandler = PythonRpcHandler::getInstance(); in getRRefType() local275 auto& typeFuncs = pythonRpcHandler.getRRefTypeFunctions(); in getRRefType()
88 auto& pythonRpcHandler = PythonRpcHandler::getInstance(); in serializePyObject() local93 return pythonRpcHandler.serialize(jit::toPyObject(std::move(value))); in serializePyObject()110 auto& pythonRpcHandler = PythonRpcHandler::getInstance(); in runPythonFunction() local115 result = pythonRpcHandler.runPythonUdf(function); in runPythonFunction()128 if (pythonRpcHandler.isRemoteException(result) || !isAsyncExecution) { in runPythonFunction()
11 auto& pythonRpcHandler = PythonRpcHandler::getInstance(); in UnpickledPythonCall() local13 pythonUdf_ = pythonRpcHandler.deserialize(serializedPyObj); in UnpickledPythonCall()
43 auto& pythonRpcHandler = PythonRpcHandler::getInstance(); in toPyIValue() local46 py::object value = pythonRpcHandler.deserialize(resp.serializedPyObj()); in toPyIValue()47 pythonRpcHandler.handleException(value); in toPyIValue()