Home
last modified time | relevance | path

Searched refs:bucketInstanceId_ (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dplacement.hpp54 RetainedQueryData(uint32_t bucketInstanceId_, in RetainedQueryData()
57 : bucketInstanceId(bucketInstanceId_) in RetainedQueryData()
H A Dcross_tile_symbol_index.cpp10 …(OverscaledTileID coord_, std::vector<SymbolInstance>& symbolInstances, uint32_t bucketInstanceId_) in TileLayerIndex() argument
11 : coord(coord_), bucketInstanceId(bucketInstanceId_) { in TileLayerIndex()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Dfeature_index.hpp34 IndexedSubfeature(const IndexedSubfeature& other, uint32_t bucketInstanceId_) in IndexedSubfeature() argument
39 , bucketInstanceId(bucketInstanceId_) in IndexedSubfeature()