Home
last modified time | relevance | path

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

/external/google-styleguide/cpplint/
Dcpplint_unittest.py5014 def FunctionBody(self, number_of_lines): argument
5015 return ' {\n' + ' this_is_just_a_test();\n'*number_of_lines + '}'
5017 def FunctionBodyWithBlankLines(self, number_of_lines): argument
5018 return ' {\n' + ' this_is_just_a_test();\n\n'*number_of_lines + '}'
5020 def FunctionBodyWithNoLints(self, number_of_lines): argument
5022 ' this_is_just_a_test(); // NOLINT\n'*number_of_lines + '}')