Searched defs:kMax (Results 1 – 2 of 2) sorted by relevance
56 static constexpr int8_t kMax = INT8_MAX; member62 static constexpr int16_t kMax = INT16_MAX; member68 static constexpr int32_t kMax = INT32_MAX; member74 static constexpr int64_t kMax = INT64_MAX; member80 static constexpr uint8_t kMax = UINT8_MAX; member86 static constexpr uint16_t kMax = UINT16_MAX; member92 static constexpr uint32_t kMax = UINT32_MAX; member98 static constexpr uint64_t kMax = UINT64_MAX; member
44 static constexpr UintType kMax = NumericLimits<UintType>::kMax; in TestSerialNumber() local