Searched defs:kMax (Results 1 – 2 of 2) sorted by relevance
75 static constexpr int8_t kMax = INT8_MAX; member81 static constexpr int16_t kMax = INT16_MAX; member87 static constexpr int32_t kMax = INT32_MAX; member93 static constexpr int64_t kMax = INT64_MAX; member99 static constexpr uint8_t kMax = UINT8_MAX; member105 static constexpr uint16_t kMax = UINT16_MAX; member111 static constexpr uint32_t kMax = UINT32_MAX; member117 static constexpr uint64_t kMax = UINT64_MAX; member
44 static constexpr UintType kMax = NumericLimits<UintType>::kMax; in TestSerialNumber() local