Home
last modified time | relevance | path

Searched refs:_MIN (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:
196 _MIN = -2147483648 variable in Int32ValueChecker
202 _MIN = 0 variable in Uint32ValueChecker
208 _MIN = -(1 << 63) variable in Int64ValueChecker
214 _MIN = 0 variable in Uint64ValueChecker
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dmathlimits.cc105 const Type MathLimits<Type>::kPosMin = PREFIX##_MIN; \