Home
last modified time | relevance | path

Searched refs:sortedB (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.cpp102 auto sortedB = std::find(featureSortOrder->begin(), featureSortOrder->end(), b.index); in lookupSymbolFeatures() local
104 assert(sortedB != featureSortOrder->end()); in lookupSymbolFeatures()
105 return sortedA > sortedB; in lookupSymbolFeatures()