Searched defs:nesting_state (Results 1 – 1 of 1) sorted by relevance
/tools/repohooks/tools/ |
D | cpplint.py | 2776 nesting_state, error): argument 3027 def CheckForNamespaceIndentation(filename, nesting_state, clean_lines, line, argument 3166 def CheckSpacing(filename, clean_lines, linenum, nesting_state, error): argument 3483 def _IsType(clean_lines, nesting_state, expr): argument 3546 def CheckBracesSpacing(filename, clean_lines, linenum, nesting_state, error): argument 4296 def CheckStyle(filename, clean_lines, linenum, file_extension, nesting_state, argument 4671 include_state, nesting_state, error): argument 4999 nesting_state, error): argument 5703 def IsBlockInNameSpace(nesting_state, is_forward_declaration): argument 5724 def ShouldCheckNamespaceIndentation(nesting_state, is_namespace_indent_item, argument [all …]
|