Home
last modified time | relevance | path

Searched refs:GetItemForKey (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp458 PythonObject chk_value1 = dict.GetItemForKey(py_keys[0]); in TEST_F()
459 PythonObject chk_value2 = dict.GetItemForKey(py_keys[1]); in TEST_F()
495 PythonObject chk_value1 = dict.GetItemForKey(keys[0]); in TEST_F()
496 PythonObject chk_value2 = dict.GetItemForKey(keys[1]); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp204 PythonObject result = dict.GetItemForKey(PythonString(piece)); in ResolveNameWithDictionary()
654 PythonObject PythonDictionary::GetItemForKey(const PythonObject &key) const { in GetItemForKey() function in PythonDictionary
720 PythonObject value = GetItemForKey(key); in CreateStructuredDictionary()
H A DScriptInterpreterPython.cpp627 save_file = sys_module_dict.GetItemForKey(PythonString(py_name)); in SetStdHandle()
805 module_dict.GetItemForKey(PythonString("run_one_line")); in GetEmbeddedInterpreterModuleObjects()
807 module_dict.GetItemForKey(PythonString("g_run_one_line_str")); in GetEmbeddedInterpreterModuleObjects()
2767 .GetItemForKey(PythonString(module_name)) in LoadScriptingModule()
H A DPythonDataObjects.h543 PythonObject GetItemForKey(const PythonObject &key) const; // DEPRECATED