Home | History | Annotate | Download | only in tools

Lines Matching refs:error_count

556     self.error_count = 0    # global count of reported errors
608 self.error_count = 0
613 self.error_count += 1
626 sys.stderr.write('Total errors found: %d\n' % self.error_count)
4035 sys.exit(_cpplint_state.error_count > 0)