Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/
Dtext_format.py1199 _IDENTIFIER = re.compile(r'[^\d\W]\w*') variable in Tokenizer
1317 if not self._IDENTIFIER.match(result):