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

/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Dtext_format.py50 _FLOAT_INFINITY = re.compile('-?inf(?:inity)?f?', re.IGNORECASE) variable
666 if _FLOAT_INFINITY.match(text):
/external/protobuf/python/google/protobuf/
H A Dtext_format.py313 _FLOAT_INFINITY = re.compile('-?inf(inity)?f?', re.IGNORECASE) variable in class:_Tokenizer
484 if re.match(self._FLOAT_INFINITY, text):

Completed in 117 milliseconds