Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/
H A Dvector_tile.hpp258 constexpr std::uint32_t MAX_LENGTH = (1024 * 1024) / 16; in getGeometries() local
259 if (len_reserve > MAX_LENGTH) { in getGeometries()
260 len_reserve = MAX_LENGTH; in getGeometries()