Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp207 PythonObject result = dict.GetItemForKey(PythonString(piece)); in ResolveNameWithDictionary()
692 PythonObject PythonDictionary::GetItemForKey(const PythonObject &key) const { in GetItemForKey() function in PythonDictionary
758 PythonObject value = GetItemForKey(key); in CreateStructuredDictionary()
H A DScriptInterpreterPython.cpp645 save_file = sys_module_dict.GetItemForKey(PythonString(py_name)); in SetStdHandle()
823 module_dict.GetItemForKey(PythonString("run_one_line")); in GetEmbeddedInterpreterModuleObjects()
825 module_dict.GetItemForKey(PythonString("g_run_one_line_str")); in GetEmbeddedInterpreterModuleObjects()
2484 .GetItemForKey(PythonString(module_name)) in LoadScriptingModule()
H A DPythonDataObjects.h573 PythonObject GetItemForKey(const PythonObject &key) const; // DEPRECATED