Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/
DPythonDataObjectsTests.cpp486 PythonObject chk_value1 = dict.GetItemForKey(py_keys[0]); in TEST_F()
487 PythonObject chk_value2 = dict.GetItemForKey(py_keys[1]); in TEST_F()
523 PythonObject chk_value1 = dict.GetItemForKey(keys[0]); in TEST_F()
524 PythonObject chk_value2 = dict.GetItemForKey(keys[1]); in TEST_F()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp201 PythonObject result = dict.GetItemForKey(PythonString(piece)); in ResolveNameWithDictionary()
723 PythonObject PythonDictionary::GetItemForKey(const PythonObject &key) const { in GetItemForKey() function in PythonDictionary
793 PythonObject value = GetItemForKey(key); in CreateStructuredDictionary()
DScriptInterpreterPython.cpp727 save_file = sys_module_dict.GetItemForKey(PythonString(py_name)); in SetStdHandle()
905 module_dict.GetItemForKey(PythonString("run_one_line")); in GetEmbeddedInterpreterModuleObjects()
907 module_dict.GetItemForKey(PythonString("g_run_one_line_str")); in GetEmbeddedInterpreterModuleObjects()
2856 .GetItemForKey(PythonString(module_name)) in LoadScriptingModule()
DPythonDataObjects.h572 PythonObject GetItemForKey(const PythonObject &key) const; // DEPRECATED