Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/
Djson_format.py439 _INT_OR_FLOAT = six.integer_types + (float,) variable
629 elif isinstance(value, _INT_OR_FLOAT):
/external/protobuf/python/google/protobuf/internal/
Dwell_known_types.py711 _INT_OR_FLOAT = six.integer_types + (float,) variable
723 elif isinstance(value, _INT_OR_FLOAT):