Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Dfeature_index.cpp69 size_t previousSortIndex = std::numeric_limits<size_t>::max(); in query() local
73 if (indexedFeature.sortIndex == previousSortIndex) continue; in query()
74 previousSortIndex = indexedFeature.sortIndex; in query()