Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/
Dtext_format.py54 _FLOAT_INFINITY = re.compile('-?inf(?:inity)?f?', re.IGNORECASE) variable
805 if _FLOAT_INFINITY.match(text):
/external/nanopb-c/generator/google/protobuf/
Dtext_format.py50 _FLOAT_INFINITY = re.compile('-?inf(?:inity)?f?', re.IGNORECASE) variable
671 if _FLOAT_INFINITY.match(text):