HomeSort by relevance Sort by last modified time
    Searched defs:_MIN (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
type_checkers.py 105 if not self._MIN <= proposed_value <= self._MAX:
134 _MIN = -2147483648
139 _MIN = 0
144 _MIN = -(1 << 63)
149 _MIN = 0
  /external/protobuf/python/google/protobuf/internal/
type_checkers.py 105 if not self._MIN <= proposed_value <= self._MAX:
134 _MIN = -2147483648
139 _MIN = 0
144 _MIN = -(1 << 63)
149 _MIN = 0

Completed in 129 milliseconds