HomeSort by relevance Sort by last modified time
    Searched refs:_MAX (Results 1 - 4 of 4) sorted by null

  /external/protobuf/python/google/protobuf/internal/
type_checkers.py 105 if not self._MIN <= proposed_value <= self._MAX:
135 _MAX = 2147483647
140 _MAX = (1 << 32) - 1
145 _MAX = (1 << 63) - 1
150 _MAX = (1 << 64) - 1
  /external/chromium/chrome/browser/sync/protocol/
proto_enum_conversions.cc 17 COMPILE_ASSERT(enum_parent::enum_type##_MAX == enum_parent::enum_max, \
  /external/clang/lib/Headers/
stdint.h 614 #define __INTN_MAX(n) __stdint_join3( INT, n, _MAX)
615 #define __UINTN_MAX(n) __stdint_join3(UINT, n, _MAX)
  /prebuilts/sdk/renderscript/clang-include/
stdint.h 614 #define __INTN_MAX(n) __stdint_join3( INT, n, _MAX)
615 #define __UINTN_MAX(n) __stdint_join3(UINT, n, _MAX)

Completed in 205 milliseconds