Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/
Dtext_format.py470 _TOKEN = re.compile( variable in _Tokenizer
748 match = self._TOKEN.match(self._current_line, self._column)
/external/nanopb-c/generator/google/protobuf/
Dtext_format.py306 _TOKEN = re.compile( variable in _Tokenizer
581 match = self._TOKEN.match(self._current_line, self._column)