Searched refs:GetPrintErrors (Results 1 – 4 of 4) sorted by relevance
125 self.assertTrue(opts.GetPrintErrors())135 opts.SetPrintErrors(not opts.GetPrintErrors())145 self.assertFalse(opts.GetPrintErrors())
118 bool SBCommandInterpreterRunOptions::GetPrintErrors() const { in GetPrintErrors() function in SBCommandInterpreterRunOptions121 return m_opaque_up->GetPrintErrors(); in GetPrintErrors()
59 bool GetPrintErrors() const;
165 bool GetPrintErrors() const { return DefaultToYes(m_print_errors); } in GetPrintErrors() function