Home
last modified time | relevance | path

Searched refs:TestLines (Results 1 – 1 of 1) sorted by relevance

/external/google-styleguide/cpplint/
Dcpplint_unittest.py4950 def TestLines(self, error_level): member in CheckForFunctionLengthsTest
5114 error_lines = self.TestLines(error_level) + 1
5115 trigger_level = self.TestLines(cpplint._VerboseLevel())
5126 error_lines = self.TestLines(error_level) + 1
5127 trigger_level = self.TestLines(cpplint._VerboseLevel())
5141 error_lines = self.TestLines(error_level) + 1
5142 trigger_level = self.TestLines(cpplint._VerboseLevel())