Searched refs:indexedSymbolInstances (Results 1 – 2 of 2) sorted by relevance
13 …indexedSymbolInstances[symbolInstance.key].emplace_back(symbolInstance.crossTileID, getScaledCoord… in TileLayerIndex()36 auto it = indexedSymbolInstances.find(symbolInstance.key); in findMatches()37 if (it == indexedSymbolInstances.end()) { in findMatches()142 for (auto key : removedBucket.indexedSymbolInstances) { in removeBucketCrossTileIDs()
40 std::map<std::u16string,std::vector<IndexedSymbolInstance>> indexedSymbolInstances; member in mbgl::TileLayerIndex