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

/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Dtext_format.py306 _TOKEN = re.compile( variable in class:_Tokenizer
581 match = self._TOKEN.match(self._current_line, self._column)
/external/protobuf/python/google/protobuf/
H A Dtext_format.py303 _TOKEN = re.compile( variable in class:_Tokenizer
632 match = re.match(self._TOKEN, self._current_line)

Completed in 92 milliseconds