Home
last modified time | relevance | path

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

/art/tools/
Dcpplint.py1960 def IsBlankLine(line): function
2268 if IsBlankLine(line) and not nesting_state.InNamespaceBody():
2563 if (not IsBlankLine(prev_line) and
2597 if not IsBlankLine(prevline): # if not a blank line...