Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/
Dtext_format.py66 _FLOAT_INFINITY = re.compile('-?inf(?:inity)?f?$', re.IGNORECASE) variable
1703 if _FLOAT_INFINITY.match(text):