Home
last modified time | relevance | path

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

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