Searched defs:nesting_state (Results 1 – 1 of 1) sorted by relevance
/tools/repohooks/tools/ |
D | cpplint.py | 2782 nesting_state, error): argument 3033 def CheckForNamespaceIndentation(filename, nesting_state, clean_lines, line, argument 3172 def CheckSpacing(filename, clean_lines, linenum, nesting_state, error): argument 3489 def _IsType(clean_lines, nesting_state, expr): argument 3552 def CheckBracesSpacing(filename, clean_lines, linenum, nesting_state, error): argument 4312 def CheckStyle(filename, clean_lines, linenum, file_extension, nesting_state, argument 4687 include_state, nesting_state, error): argument 5015 nesting_state, error): argument 5719 def IsBlockInNameSpace(nesting_state, is_forward_declaration): argument 5740 def ShouldCheckNamespaceIndentation(nesting_state, is_namespace_indent_item, argument [all …]
|