Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/
H A Dvector_tile.hpp51 std::uint32_t getVersion() const;
71 std::uint32_t getVersion() const { return version; } in getVersion() function in mapbox::vector_tile::layer
221 inline std::uint32_t feature::getVersion() const { in getVersion() function in mapbox::vector_tile::feature
222 return layer_.getVersion(); in getVersion()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dvector_tile_data.cpp39 if (feature.getVersion() >= 2 || feature.getType() != mapbox::vector_tile::GeomType::POLYGON) { in getGeometries()