Searched refs:GetAddToHistory (Results 1 – 6 of 6) sorted by relevance
89 self.assertEqual(opts.GetAddToHistory(), True)98 opts.SetAddToHistory(not opts.GetAddToHistory())107 self.assertEqual(opts.GetAddToHistory(), False)
130 bool SBCommandInterpreterRunOptions::GetAddToHistory() const { in GetAddToHistory() function in SBCommandInterpreterRunOptions133 return m_opaque_up->GetAddToHistory(); in GetAddToHistory()
69 GetAddToHistory () const;
63 bool GetAddToHistory() const;
163 bool GetAddToHistory() const { return DefaultToYes(m_add_to_history); } in GetAddToHistory() function
2514 if (!options.GetAddToHistory()) in HandleCommands()2517 if (!options.GetAddToHistory()) in HandleCommands()