Searched refs:IndexedSymbolInstance (Results 1 – 2 of 2) sorted by relevance
21 class IndexedSymbolInstance { class23 IndexedSymbolInstance(uint32_t crossTileID_, Point<int64_t> coord_) in IndexedSymbolInstance() function in mbgl::IndexedSymbolInstance40 std::map<std::u16string,std::vector<IndexedSymbolInstance>> indexedSymbolInstances;
44 for (IndexedSymbolInstance& thisTileSymbol: it->second) { in findMatches()