Searched refs:SourceFunctionPaintPropertyBinder (Results 1 – 1 of 1) sorted by relevance
124 class SourceFunctionPaintPropertyBinder : public PaintPropertyBinder<T, A> { class133 SourceFunctionPaintPropertyBinder(style::PropertyExpression<T> expression_, T defaultValue_) in SourceFunctionPaintPropertyBinder() function in mbgl::SourceFunctionPaintPropertyBinder254 … return std::make_unique<SourceFunctionPaintPropertyBinder<T, A>>(expression, defaultValue); in create()