Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/
Dtext_format.py1364 result = _ParseAbstractInteger(self.token, is_long=is_long)
1646 result = _ParseAbstractInteger(text, is_long=is_long)
1654 def _ParseAbstractInteger(text, is_long=False): function