Home
last modified time | relevance | path

Searched refs:NumericUtilsTestInteger (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/
H A Dtest.cpp2438 void NumericUtilsTestInteger(const char *lower, const char *upper) { in NumericUtilsTestInteger() function
2464 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()