Searched refs:getInput (Results 1 – 3 of 3) sorted by relevance
36 if (curve->getInput()->getKind() == Kind::CompoundExpression) { in findZoomCurve()37 auto z = static_cast<CompoundExpressionBase*>(curve->getInput().get()); in findZoomCurve()46 if (step->getInput()->getKind() == Kind::CompoundExpression) { in findZoomCurve()47 auto z = static_cast<CompoundExpressionBase*>(step->getInput().get()); in findZoomCurve()
26 const std::unique_ptr<Expression>& getInput() const { return input; } in getInput() function in mbgl::style::expression::Step
26 const std::unique_ptr<Expression>& getInput() const { return input; } in getInput() function in mbgl::style::expression::Interpolate