Searched refs:_NAN (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
H A Dtext_format_test.py419 self.assertEquals(float, type(text_format._NAN))
420 self.assertTrue(text_format._NAN != text_format._NAN)
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Ddecoder.py93 _NAN = _POS_INF * 0 variable
301 return (_NAN, new_pos)
335 return (_NAN, new_pos)
/external/protobuf/python/google/protobuf/
H A Dtext_format.py49 _NAN = _INFINITY * 0 variable
492 return _NAN

Completed in 491 milliseconds