Searched refs:NumericUtilsTestInteger (Results 1 – 1 of 1) sorted by relevance
2114 void NumericUtilsTestInteger(const char *lower, const char *upper) { in NumericUtilsTestInteger() function2140 NumericUtilsTestInteger<uint64_t>("-1", "18446744073709551616"); in NumericUtilsTest()2141 NumericUtilsTestInteger<uint8_t>("-1", "256"); in NumericUtilsTest()2142 NumericUtilsTestInteger<int64_t>("-9223372036854775809", in NumericUtilsTest()2144 NumericUtilsTestInteger<int8_t>("-129", "128"); in NumericUtilsTest()