Home
last modified time | relevance | path

Searched refs:FeatureIdentifier (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dstringify.hpp124 void stringify(Writer& writer, const FeatureIdentifier& id) { in stringify()
125 FeatureIdentifier::visit(id, [&] (const auto& id_) { stringify(writer, id_); }); in stringify()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqt_geojson.cpp108 mbgl::FeatureIdentifier asMapboxGLFeatureIdentifier(const QVariant &id) { in asMapboxGLFeatureIdentifier()
137 mbgl::FeatureIdentifier id = asMapboxGLFeatureIdentifier(feature.id); in asMapboxGLFeature()
H A Dqt_geojson.hpp24 mbgl::FeatureIdentifier asMapboxGLFeatureIdentifier(const QVariant &id);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dfeature.hpp12 using FeatureIdentifier = mapbox::geometry::identifier; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_feature.hpp21 optional<FeatureIdentifier> getID() const override { return feature->getID(); }; in getID()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dexpression.cpp19 optional<FeatureIdentifier> getID() const override { return feature.id; } in getID()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dannotation_tile.hpp30 optional<FeatureIdentifier> getID() const override;
H A Dannotation_tile.cpp58 optional<FeatureIdentifier> AnnotationTileFeature::getID() const { in getID()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dvector_tile_data.hpp19 optional<FeatureIdentifier> getID() const override;
H A Dgeojson_tile_data.hpp24 optional<FeatureIdentifier> getID() const override { in getID()
H A Dvector_tile_data.cpp32 optional<FeatureIdentifier> VectorTileFeature::getID() const { in getID()
H A Dgeometry_tile_data.hpp46 virtual optional<FeatureIdentifier> getID() const { return {}; } in getID()