Home
last modified time | relevance | path

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

/llvm-project/lldb/unittests/Interpreter/
H A DTestOptionValue.cpp103 OptionValueDictionary *GetDictionary() { in GetDictionary() function in TestProperties
123 props_sp->GetDictionary()->SetValueFromString("A=1 B=2"); in TEST()
142 auto dict_copy_ptr = props_copy_ptr->GetDictionary(); in TEST()
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h612 PythonDictionary GetDictionary() const;
H A DScriptInterpreterPython.cpp742 m_sys_module_dict = sys_module.GetDictionary(); in GetSessionDictionary()
984 PythonDictionary globals = main_module.GetDictionary(); in ExecuteOneLineWithReturn()
1108 PythonDictionary globals = main_module.GetDictionary(); in ExecuteMultipleLines()
H A DPythonDataObjects.cpp798 PythonDictionary PythonModule::GetDictionary() const { in Check()
800 PythonDictionary PythonModule::GetDictionary() const { GetDictionary() function in PythonModule