Home
last modified time | relevance | path

Searched defs:isSafeInteger (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dvalue.hpp36 static bool isSafeInteger(uint64_t x) { return x <= maxSafeInteger(); }; in isSafeInteger() function
37 static bool isSafeInteger(int64_t x) { in isSafeInteger() function
40 static bool isSafeInteger(double x) { in isSafeInteger() function