Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/
Dtext_format.py469 _WHITESPACE = re.compile('(\\s|(#.*$))+', re.MULTILINE) variable in _Tokenizer
514 match = self._WHITESPACE.match(self._current_line, self._column)
/external/nanopb-c/generator/google/protobuf/
Dtext_format.py305 _WHITESPACE = re.compile('(\\s|(#.*$))+', re.MULTILINE) variable in _Tokenizer
348 match = self._WHITESPACE.match(self._current_line, self._column)