Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Dtext_format.py934 _COMMENT = re.compile(r'(\s*#.*$)', re.MULTILINE) variable in Tokenizer
1023 if not self._COMMENT.match(result):
1240 match = self._COMMENT.match(self._current_line, self._column)