reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
  573   void SetItemForKey(const PythonObject &key,

References

tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  626         sys_module_dict.SetItemForKey(PythonString("stdin"), m_saved_stdin);
  630         sys_module_dict.SetItemForKey(PythonString("stdout"), m_saved_stdout);
  634         sys_module_dict.SetItemForKey(PythonString("stderr"), m_saved_stderr);
  666   sys_module_dict.SetItemForKey(PythonString(py_name), new_file.get());
tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
  155   dict.SetItemForKey(PythonString("sys"), m_sys_module);
  517     dict.SetItemForKey(keys[i], values[i]);
  542   dict.SetItemForKey(PythonString(string_key0), PythonString(string_value0));
  543   dict.SetItemForKey(PythonString(string_key1), PythonInteger(int_value1));
  610   python_dict.SetItemForKey(PythonString(key_name), python_ull_value);