Lines Matching refs:pyDecRef
25 void pyDecRef(PyObject* pyObj) in pyDecRef() function
253 std::unique_ptr<PyObject, decltype(&pyDecRef)> modNamePtr(pName, &pyDecRef); in getPythonJSON()
280 std::unique_ptr<PyObject, decltype(&pyDecRef)> modPtr( in getPythonJSON()
281 pModule, &pyDecRef); in getPythonJSON()
284 std::unique_ptr<PyObject, decltype(&pyDecRef)> keyPtr(pKey, &pyDecRef); in getPythonJSON()
304 std::unique_ptr<PyObject, decltype(&pyDecRef)> argPtr( in getPythonJSON()
305 pArgs, &pyDecRef); in getPythonJSON()
318 std::unique_ptr<PyObject, decltype(&pyDecRef)> resPtr( in getPythonJSON()
319 pResult, &pyDecRef); in getPythonJSON()
329 std::unique_ptr<PyObject, decltype(&pyDecRef)> pyBytePtr( in getPythonJSON()
330 pBytes, &pyDecRef); in getPythonJSON()