Searched refs:CompoundExpressionBase (Results 1 – 5 of 5) sorted by relevance
65 class CompoundExpressionBase : public Expression { class67 CompoundExpressionBase(std::string name_, const detail::SignatureBase& signature) : in CompoundExpressionBase() function in mbgl::style::expression::CompoundExpressionBase91 class CompoundExpression : public CompoundExpressionBase {98 CompoundExpressionBase(name_, signature_), in CompoundExpression()
13 auto e = static_cast<const CompoundExpressionBase*>(&expression); in isGlobalPropertyConstant()
37 auto z = static_cast<CompoundExpressionBase*>(curve->getInput().get()); in findZoomCurve()47 auto z = static_cast<CompoundExpressionBase*>(step->getInput().get()); in findZoomCurve()
13 auto e = static_cast<const CompoundExpressionBase*>(&expression); in isFeatureConstant()
41 auto compound = static_cast<const CompoundExpressionBase*>(&expression); in isConstant()