Searched refs:NumericUtilsTestInteger (Results 1 – 1 of 1) sorted by relevance
1685 void NumericUtilsTestInteger(const char *lower, const char *upper) { in NumericUtilsTestInteger() function1711 NumericUtilsTestInteger<uint64_t>("-1", "18446744073709551616"); in NumericUtilsTest()1712 NumericUtilsTestInteger<uint8_t>("-1", "256"); in NumericUtilsTest()1713 NumericUtilsTestInteger<int64_t>("-9223372036854775809", in NumericUtilsTest()1715 NumericUtilsTestInteger<int8_t>("-129", "128"); in NumericUtilsTest()