Searched refs:previousSortIndex (Results 1 – 1 of 1) sorted by relevance
69 size_t previousSortIndex = std::numeric_limits<size_t>::max(); in query() local73 if (indexedFeature.sortIndex == previousSortIndex) continue; in query()74 previousSortIndex = indexedFeature.sortIndex; in query()