Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/jinja2/
Dlexer.py99 TOKEN_COMMENT = intern("comment") variable
148 TOKEN_COMMENT,
157 [TOKEN_WHITESPACE, TOKEN_DATA, TOKEN_COMMENT, TOKEN_LINECOMMENT]
167 TOKEN_COMMENT: "comment",
541 (TOKEN_COMMENT, TOKEN_COMMENT_END),
/third_party/node/tools/inspector_protocol/jinja2/
Dlexer.py99 TOKEN_COMMENT = intern('comment') variable
144 ignored_tokens = frozenset([TOKEN_COMMENT_BEGIN, TOKEN_COMMENT,
149 TOKEN_COMMENT, TOKEN_LINECOMMENT])
158 TOKEN_COMMENT: 'comment',
508 )), (TOKEN_COMMENT, TOKEN_COMMENT_END), '#pop'),
/third_party/node/deps/v8/third_party/jinja2/
Dlexer.py99 TOKEN_COMMENT = intern("comment") variable
148 TOKEN_COMMENT,
157 [TOKEN_WHITESPACE, TOKEN_DATA, TOKEN_COMMENT, TOKEN_LINECOMMENT]
167 TOKEN_COMMENT: "comment",
541 (TOKEN_COMMENT, TOKEN_COMMENT_END),
/third_party/vk-gl-cts/framework/xexml/
DxeXMLParser.cpp119 m_curToken == TOKEN_COMMENT || in advance()
257 m_curToken = TOKEN_COMMENT; in advance()
406 while (curToken == TOKEN_COMMENT) in advance()
DxeXMLParser.hpp48 TOKEN_COMMENT, //!< <!-- comment --> enumerator
/third_party/jinja2/
Dlexer.py101 TOKEN_COMMENT = intern("comment") variable
150 TOKEN_COMMENT,
159 [TOKEN_WHITESPACE, TOKEN_DATA, TOKEN_COMMENT, TOKEN_LINECOMMENT]
170 TOKEN_COMMENT: "comment",
542 (TOKEN_COMMENT, TOKEN_COMMENT_END),