Home
last modified time | relevance | path

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

/third_party/jinja2/
H A Dlexer.py106 TOKEN_LINECOMMENT = intern("linecomment") variable
155 TOKEN_LINECOMMENT,
159 [TOKEN_WHITESPACE, TOKEN_DATA, TOKEN_COMMENT, TOKEN_LINECOMMENT]
171 TOKEN_LINECOMMENT: "comment",
590 (TOKEN_LINECOMMENT, TOKEN_LINECOMMENT_END),
/third_party/node/deps/v8/third_party/jinja2/
H A Dlexer.py104 TOKEN_LINECOMMENT = intern("linecomment") variable
153 TOKEN_LINECOMMENT,
157 [TOKEN_WHITESPACE, TOKEN_DATA, TOKEN_COMMENT, TOKEN_LINECOMMENT]
168 TOKEN_LINECOMMENT: "comment",
603 (TOKEN_LINECOMMENT, TOKEN_LINECOMMENT_END),
/third_party/node/tools/inspector_protocol/jinja2/
H A 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,
/third_party/skia/third_party/externals/jinja2/
H A Dlexer.py104 TOKEN_LINECOMMENT = intern("linecomment") variable
153 TOKEN_LINECOMMENT,
157 [TOKEN_WHITESPACE, TOKEN_DATA, TOKEN_COMMENT, TOKEN_LINECOMMENT]
168 TOKEN_LINECOMMENT: "comment",
603 (TOKEN_LINECOMMENT, TOKEN_LINECOMMENT_END),

Completed in 6 milliseconds