Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dtype_checkers.py133 if not self._MIN <= proposed_value <= self._MAX:
197 _MAX = 2147483647 variable in Int32ValueChecker
203 _MAX = (1 << 32) - 1 variable in Uint32ValueChecker
209 _MAX = (1 << 63) - 1 variable in Int64ValueChecker
215 _MAX = (1 << 64) - 1 variable in Uint64ValueChecker
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dmathlimits.cc106 const Type MathLimits<Type>::kPosMax = PREFIX##_MAX; \