Searched refs:ConstantPaintPropertyBinder (Results 1 – 1 of 1) sorted by relevance
95 class ConstantPaintPropertyBinder : public PaintPropertyBinder<T, A> { class100 ConstantPaintPropertyBinder(T constant_) in ConstantPaintPropertyBinder() function in mbgl::ConstantPaintPropertyBinder250 return std::make_unique<ConstantPaintPropertyBinder<T, A>>(constant); in create()