Home
last modified time | relevance | path

Searched refs:pyDecRef (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Duser_data_json.cpp38 void pyDecRef(PyObject* pyObj) in pyDecRef() function
266 std::unique_ptr<PyObject, decltype(&pyDecRef)> modNamePtr(pName, &pyDecRef); in getPythonJSON()
293 std::unique_ptr<PyObject, decltype(&pyDecRef)> modPtr( in getPythonJSON()
294 pModule, &pyDecRef); in getPythonJSON()
297 std::unique_ptr<PyObject, decltype(&pyDecRef)> keyPtr(pKey, &pyDecRef); in getPythonJSON()
317 std::unique_ptr<PyObject, decltype(&pyDecRef)> argPtr( in getPythonJSON()
318 pArgs, &pyDecRef); in getPythonJSON()
331 std::unique_ptr<PyObject, decltype(&pyDecRef)> resPtr( in getPythonJSON()
332 pResult, &pyDecRef); in getPythonJSON()
335 std::unique_ptr<PyObject, decltype(&pyDecRef)> pyBytePtr( in getPythonJSON()
[all …]
H A Dsrc.cpp46 void pyDecRef(PyObject* pyObj) in pyDecRef() function
134 std::unique_ptr<PyObject, decltype(&pyDecRef)> modNamePtr(pName, &pyDecRef); in getPythonJSON()
161 std::unique_ptr<PyObject, decltype(&pyDecRef)> modPtr( in getPythonJSON()
162 pModule, &pyDecRef); in getPythonJSON()
165 std::unique_ptr<PyObject, decltype(&pyDecRef)> keyPtr(pKey, &pyDecRef); in getPythonJSON()
182 std::unique_ptr<PyObject, decltype(&pyDecRef)> argPtr( in getPythonJSON()
183 pArgs, &pyDecRef); in getPythonJSON()
197 std::unique_ptr<PyObject, decltype(&pyDecRef)> resPtr( in getPythonJSON()
198 pResult, &pyDecRef); in getPythonJSON()
201 std::unique_ptr<PyObject, decltype(&pyDecRef)> pyBytePtr( in getPythonJSON()
[all …]