Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp113 PythonObject result = dict.GetItemForKey(PythonString(piece)); in ResolveNameWithDictionary()
759 PythonObject PythonDictionary::GetItemForKey(const PythonObject &key) const { in GetItemForKey() function in PythonDictionary
779 PythonObject value = GetItemForKey(key); in CreateStructuredDictionary()
961 PythonObject io_base_class = io_dict.GetItemForKey(PythonString("IOBase")); in Check()
H A DPythonDataObjects.h377 PythonObject GetItemForKey(const PythonObject &key) const;
H A DScriptInterpreterPython.cpp584 save_file = sys_module_dict.GetItemForKey(PythonString(py_name)) in SetStdHandle()
703 PythonObject item = main_dict.GetItemForKey(PythonString(m_dictionary_name)); in GetSessionDictionary()
750 module_dict.GetItemForKey(PythonString("run_one_line")); in GetEmbeddedInterpreterModuleObjects()
752 module_dict.GetItemForKey(PythonString("g_run_one_line_str")); in GetEmbeddedInterpreterModuleObjects()
2836 .GetItemForKey(PythonString(basename)) in LoadScriptingModule()