Home
last modified time | relevance | path

Searched refs:feature_ (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dexpression.hpp29 …EvaluationContext(GeometryTileFeature const * feature_) : zoom(optional<float>()), feature(feature… in EvaluationContext() argument
30 EvaluationContext(float zoom_, GeometryTileFeature const * feature_) : in EvaluationContext() argument
31 zoom(zoom_), feature(feature_) in EvaluationContext()
33 …EvaluationContext(optional<float> zoom_, GeometryTileFeature const * feature_, optional<double> he… in EvaluationContext() argument
34 zoom(std::move(zoom_)), feature(feature_), heatmapDensity(std::move(heatmapDensity_)) in EvaluationContext()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_feature.hpp13 SymbolFeature(std::unique_ptr<GeometryTileFeature> feature_) : in SymbolFeature() argument
14 feature(std::move(feature_)), in SymbolFeature()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dexpression.cpp13 GeoJSONFeature(const Feature& feature_) : feature(feature_) {} in GeoJSONFeature() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeojson_tile_data.hpp12 GeoJSONTileFeature(const mapbox::geometry::feature<int16_t>& feature_) in GeoJSONTileFeature() argument
13 : feature(feature_) { in GeoJSONTileFeature()
/OK3568_Linux_fs/kernel/fs/erofs/
H A Dinternal.h233 return sbi->feature_##compat & EROFS_FEATURE_##feature; \