Home
last modified time | relevance | path

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

/external/python/setuptools/pkg_resources/_vendor/
Dpyparsing.py5382 cppStyleComment = Combine(Regex(r"/\*(?:[^*]|\*(?!/))*") + '*/'| dblSlashComment).setName("C++ styl… variable
5385 javaStyleComment = cppStyleComment
/external/python/setuptools/setuptools/_vendor/
Dpyparsing.py5382 cppStyleComment = Combine(Regex(r"/\*(?:[^*]|\*(?!/))*") + '*/'| dblSlashComment).setName("C++ styl… variable
5385 javaStyleComment = cppStyleComment