Searched refs:m_dictionary_name (Results 1 – 2 of 2) sorted by relevance
503 m_dictionary_name(m_debugger.GetInstanceName().AsCString()), in ScriptInterpreterPythonImpl()509 m_dictionary_name.append("_dict"); in ScriptInterpreterPythonImpl()511 run_string.Printf("%s = dict()", m_dictionary_name.c_str()); in ScriptInterpreterPythonImpl()519 m_dictionary_name.c_str()); in ScriptInterpreterPythonImpl()526 m_dictionary_name.c_str()); in ScriptInterpreterPythonImpl()536 m_dictionary_name.c_str()); in ScriptInterpreterPythonImpl()543 m_dictionary_name.c_str()); in ScriptInterpreterPythonImpl()549 m_dictionary_name.c_str(), m_debugger.GetID()); in ScriptInterpreterPythonImpl()759 m_dictionary_name.c_str(), m_debugger.GetID()); in EnterSession()772 m_dictionary_name.c_str(), m_debugger.GetID()); in EnterSession()[all …]
274 const char *GetDictionaryName() { return m_dictionary_name.c_str(); } in GetDictionaryName()403 std::string m_dictionary_name; variable