reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2521 dict = PyDict_New(); 2539 PyObject *dict = PyDict_New(); 2591 dict = PyDict_New(); 2796 static PyObject *SWIG_STATIC_POINTER(cache) = PyDict_New();tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
652 *this = Take<PythonDictionary>(PyDict_New());
tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp73 PyObject *new_dict = PyDict_New(); 77 dict = Take<PythonDictionary>(PyDict_New()); 475 PyObject *py_dict = PyDict_New();