Searched refs:pyDecRef (Results 1 – 2 of 2) sorted by relevance
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | user_data_json.cpp | 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() [all …]
|
| H A D | src.cpp | 33 void pyDecRef(PyObject* pyObj) in pyDecRef() function 121 std::unique_ptr<PyObject, decltype(&pyDecRef)> modNamePtr(pName, &pyDecRef); in getPythonJSON() 148 std::unique_ptr<PyObject, decltype(&pyDecRef)> modPtr( in getPythonJSON() 149 pModule, &pyDecRef); in getPythonJSON() 152 std::unique_ptr<PyObject, decltype(&pyDecRef)> keyPtr(pKey, &pyDecRef); in getPythonJSON() 169 std::unique_ptr<PyObject, decltype(&pyDecRef)> argPtr( in getPythonJSON() 170 pArgs, &pyDecRef); in getPythonJSON() 184 std::unique_ptr<PyObject, decltype(&pyDecRef)> resPtr( in getPythonJSON() 185 pResult, &pyDecRef); in getPythonJSON() 194 std::unique_ptr<PyObject, decltype(&pyDecRef)> pyBytePtr( in getPythonJSON() [all …]
|