Searched refs:feature_ (Results 1 – 5 of 5) sorted by relevance
29 …EvaluationContext(GeometryTileFeature const * feature_) : zoom(optional<float>()), feature(feature… in EvaluationContext() argument30 EvaluationContext(float zoom_, GeometryTileFeature const * feature_) : in EvaluationContext() argument31 zoom(zoom_), feature(feature_) in EvaluationContext()33 …EvaluationContext(optional<float> zoom_, GeometryTileFeature const * feature_, optional<double> he… in EvaluationContext() argument34 zoom(std::move(zoom_)), feature(feature_), heatmapDensity(std::move(heatmapDensity_)) in EvaluationContext()
13 SymbolFeature(std::unique_ptr<GeometryTileFeature> feature_) : in SymbolFeature() argument14 feature(std::move(feature_)), in SymbolFeature()
13 GeoJSONFeature(const Feature& feature_) : feature(feature_) {} in GeoJSONFeature() argument
12 GeoJSONTileFeature(const mapbox::geometry::feature<int16_t>& feature_) in GeoJSONTileFeature() argument13 : feature(feature_) { in GeoJSONTileFeature()
233 return sbi->feature_##compat & EROFS_FEATURE_##feature; \