Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestOptionValue.cpp104 OptionValueDictionary *GetDictionary() { in GetDictionary() function in TestProperties
125 props_sp->GetDictionary()->SetValueFromString("A=1 B=2"); in TEST()
144 auto dict_copy_ptr = props_copy_ptr->GetDictionary(); in TEST()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h582 PythonDictionary GetDictionary() const;
H A DScriptInterpreterPython.cpp744 m_sys_module_dict = sys_module.GetDictionary(); in GetSysModuleDictionary()
988 PythonDictionary globals = main_module.GetDictionary(); in ExecuteOneLineWithReturn()
1112 PythonDictionary globals = main_module.GetDictionary(); in ExecuteMultipleLines()
H A DPythonDataObjects.cpp762 PythonDictionary PythonModule::GetDictionary() const { in GetDictionary() function in PythonModule