Searched defs:_MIN (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dtype_checkers.py105 if not self._MIN <= proposed_value <= self._MAX:
134 _MIN = -2147483648 variable in class:Int32ValueChecker
139 _MIN = 0 variable in class:Uint32ValueChecker
144 _MIN = -(1 << 63) variable in class:Int64ValueChecker
149 _MIN = 0 variable in class:Uint64ValueChecker
/external/protobuf/python/google/protobuf/internal/
H A Dtype_checkers.py105 if not self._MIN <= proposed_value <= self._MAX:
134 _MIN = -2147483648 variable in class:Int32ValueChecker
139 _MIN = 0 variable in class:Uint32ValueChecker
144 _MIN = -(1 << 63) variable in class:Int64ValueChecker
149 _MIN = 0 variable in class:Uint64ValueChecker

Completed in 238 milliseconds