Home
last modified time | relevance | path

Searched refs:getInput (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dfind_zoom_curve.cpp36 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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dstep.hpp26 const std::unique_ptr<Expression>& getInput() const { return input; } in getInput() function in mbgl::style::expression::Step
H A Dinterpolate.hpp26 const std::unique_ptr<Expression>& getInput() const { return input; } in getInput() function in mbgl::style::expression::Interpolate