Searched refs:function_state (Results 1 – 1 of 1) sorted by relevance
/art/tools/ |
D | cpplint.py | 1976 function_state, error): argument 2032 function_state.Begin(function) 2039 function_state.Check(error, filename, linenum) 2040 function_state.End() 2042 function_state.Count() # Count non-blank/non-comment lines. 3819 include_state, function_state, nesting_state, error, argument 3844 CheckForFunctionLengths(filename, clean_lines, line, function_state, error) 3876 function_state = _FunctionState() 3890 include_state, function_state, nesting_state, error,
|