Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Dtext_format.py1092 result = _ParseAbstractInteger(self.token, is_long=is_long)
1373 result = _ParseAbstractInteger(text, is_long=is_long)
1381 def _ParseAbstractInteger(text, is_long=False): function