Home
last modified time | relevance | path

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

/external/chromium_org/testing/gtest/scripts/
Dpump.py741 def WrapCode(line, line_concat, output): argument
744 max_len = 80 - indent - len(line_concat) # Maximum length of the current line
755 output.append(prefix + seg[:split_at].strip() + line_concat)
763 output.append(prefix + cur_line.rstrip() + line_concat)