Home
last modified time | relevance | path

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

/external/libchrome/third_party/jinja2/
Dlexer.py104 TOKEN_LINECOMMENT = intern('linecomment') variable
147 TOKEN_LINECOMMENT])
149 TOKEN_COMMENT, TOKEN_LINECOMMENT])
159 TOKEN_LINECOMMENT: 'comment',
543 (c(r'(.*?)()(?=\n|$)'), (TOKEN_LINECOMMENT,