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

/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Dtext_format.py311 _IDENTIFIER = re.compile('\w+') variable in class:_Tokenizer
390 if not self._IDENTIFIER.match(result):
/external/protobuf/python/google/protobuf/
H A Dtext_format.py308 _IDENTIFIER = re.compile('\w+') variable in class:_Tokenizer
405 if not re.match(self._IDENTIFIER, result):

Completed in 231 milliseconds