Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dgrid_index.cpp20 boxCells.resize(xCellCount * yCellCount); in GridIndex()
37 boxCells[cellIndex].push_back(uid); in insert()
151 for (auto uid : boxCells[cellIndex]) { in query()
214 for (auto uid : boxCells[cellIndex]) { in query()
H A Dgrid_index.hpp101 std::vector<std::vector<size_t>> boxCells; member in mbgl::GridIndex