Searched refs:SetItemForKey (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/ |
| H A D | PythonDataObjectsTests.cpp | 151 dict.SetItemForKey(PythonString("sys"), m_sys_module); in TEST_F() 490 dict.SetItemForKey(keys[i], values[i]); in TEST_F() 515 dict.SetItemForKey(PythonString(string_key0), PythonString(string_value0)); in TEST_F() 516 dict.SetItemForKey(PythonString(string_key1), PythonInteger(int_value1)); in TEST_F() 582 python_dict.SetItemForKey(PythonString(key_name), python_ull_value); in TEST_F()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 589 sys_module_dict.SetItemForKey(PythonString("stdin"), m_saved_stdin); in LeaveSession() 593 sys_module_dict.SetItemForKey(PythonString("stdout"), m_saved_stdout); in LeaveSession() 597 sys_module_dict.SetItemForKey(PythonString("stderr"), m_saved_stderr); in LeaveSession() 629 sys_module_dict.SetItemForKey(PythonString(py_name), new_file.get()); in SetStdHandle()
|
| H A D | PythonDataObjects.h | 544 void SetItemForKey(const PythonObject &key,
|
| H A D | PythonDataObjects.cpp | 706 void PythonDictionary::SetItemForKey(const PythonObject &key, in SetItemForKey() function in PythonDictionary
|