Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Djson_format.py336 _INT_OR_FLOAT = six.integer_types + (float,) variable
489 elif isinstance(value, _INT_OR_FLOAT):
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dwell_known_types.py626 _INT_OR_FLOAT = six.integer_types + (float,) variable
638 elif isinstance(value, _INT_OR_FLOAT):