OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TOKEN_COMMENT
(Results
1 - 2
of
2
) sorted by null
/external/deqp/executor/
xeXMLParser.hpp
48
TOKEN_COMMENT
, //!< <!-- comment -->
/external/libchrome/third_party/jinja2/
lexer.py
99
TOKEN_COMMENT
= intern('comment')
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'),
Completed in 1734 milliseconds