Searched refs:GetPrintErrors (Results 1 – 5 of 5) sorted by relevance
88 self.assertEqual(opts.GetPrintErrors(), True)97 opts.SetPrintErrors(not opts.GetPrintErrors())106 self.assertEqual(opts.GetPrintErrors(), False)
118 bool SBCommandInterpreterRunOptions::GetPrintErrors() const { in GetPrintErrors() function in SBCommandInterpreterRunOptions121 return m_opaque_up->GetPrintErrors(); in GetPrintErrors()
63 GetPrintErrors () const;
59 bool GetPrintErrors() const;
157 bool GetPrintErrors() const { return DefaultToYes(m_print_errors); } in GetPrintErrors() function