Searched refs:m_dictionary_name (Results 1 – 2 of 2) sorted by relevance
432 m_dictionary_name(m_debugger.GetInstanceName()), in ScriptInterpreterPythonImpl()437 m_dictionary_name.append("_dict"); in ScriptInterpreterPythonImpl()439 run_string.Printf("%s = dict()", m_dictionary_name.c_str()); in ScriptInterpreterPythonImpl()447 m_dictionary_name.c_str()); in ScriptInterpreterPythonImpl()454 m_dictionary_name.c_str()); in ScriptInterpreterPythonImpl()464 m_dictionary_name.c_str()); in ScriptInterpreterPythonImpl()471 m_dictionary_name.c_str()); in ScriptInterpreterPythonImpl()477 m_dictionary_name.c_str(), m_debugger.GetID()); in ScriptInterpreterPythonImpl()677 m_dictionary_name.c_str(), m_debugger.GetID()); in EnterSession()690 m_dictionary_name.c_str(), m_debugger.GetID()); in EnterSession()[all …]
283 const char *GetDictionaryName() { return m_dictionary_name.c_str(); } in GetDictionaryName()417 std::string m_dictionary_name; variable