Home
last modified time | relevance | path

Searched refs:isSafeInteger (Results 1 – 2 of 2) 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
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dmatch.cpp137 if (!Value::isSafeInteger(n)) { in parseInputValue()
145 if (!Value::isSafeInteger(n)) { in parseInputValue()
153 if (!Value::isSafeInteger(n)) { in parseInputValue()