Searched refs:boxCells (Results 1 – 2 of 2) sorted by relevance
20 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()
101 std::vector<std::vector<size_t>> boxCells; member in mbgl::GridIndex