Searched refs:NumericUtilsTestInteger (Results 1 – 1 of 1) sorted by relevance
2438 void NumericUtilsTestInteger(const char *lower, const char *upper) { in NumericUtilsTestInteger() function2464 NumericUtilsTestInteger<uint64_t>("-1", "18446744073709551616"); in NumericUtilsTest()2465 NumericUtilsTestInteger<uint8_t>("-1", "256"); in NumericUtilsTest()2466 NumericUtilsTestInteger<int64_t>("-9223372036854775809", in NumericUtilsTest()2468 NumericUtilsTestInteger<int8_t>("-129", "128"); in NumericUtilsTest()