Searched refs:findZoomCurve (Results 1 – 3 of 3) sorted by relevance
14 optional<variant<const Interpolate*, const Step*, ParsingError>> findZoomCurve(const expression::Ex… in findZoomCurve() function20 result = findZoomCurve(let->getResult()); in findZoomCurve()27 result = findZoomCurve(coalesce->getChild(i)); in findZoomCurve()63 …optional<variant<const Interpolate*, const Step*, ParsingError>> childResult(findZoomCurve(&child)… in findZoomCurve()86 return findZoomCurve(e)->match( in findZoomCurveChecked()
222 …optional<variant<const Interpolate*, const Step*, ParsingError>> zoomCurve = findZoomCurve(parsed-… in parseLayerPropertyExpression()
14 optional<variant<const Interpolate*, const Step*, ParsingError>> findZoomCurve(const expression::Ex…