Home
last modified time | relevance | path

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

/external/chromium/testing/gtest/scripts/
Dpump.py711 def IsInPreprocessorDirevative(prev_lines, cur_line): argument
714 return prev_lines != [] and prev_lines[-1].endswith('\\')
/external/chromium_org/testing/gtest/scripts/
Dpump.py711 def IsInPreprocessorDirective(prev_lines, cur_line): argument
714 return prev_lines and prev_lines[-1].endswith('\\')
/external/gtest/scripts/
Dpump.py711 def IsInPreprocessorDirevative(prev_lines, cur_line): argument
714 return prev_lines != [] and prev_lines[-1].endswith('\\')