Home
last modified time | relevance | path

Searched refs:CompoundExpressionBase (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dcompound_expression.hpp65 class CompoundExpressionBase : public Expression { class
67 CompoundExpressionBase(std::string name_, const detail::SignatureBase& signature) : in CompoundExpressionBase() function in mbgl::style::expression::CompoundExpressionBase
91 class CompoundExpression : public CompoundExpressionBase {
98 CompoundExpressionBase(name_, signature_), in CompoundExpression()
H A Dis_constant.hpp13 auto e = static_cast<const CompoundExpressionBase*>(&expression); in isGlobalPropertyConstant()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dfind_zoom_curve.cpp37 auto z = static_cast<CompoundExpressionBase*>(curve->getInput().get()); in findZoomCurve()
47 auto z = static_cast<CompoundExpressionBase*>(step->getInput().get()); in findZoomCurve()
H A Dis_constant.cpp13 auto e = static_cast<const CompoundExpressionBase*>(&expression); in isFeatureConstant()
H A Dparsing_context.cpp41 auto compound = static_cast<const CompoundExpressionBase*>(&expression); in isConstant()